blob: b846e181b00825d34b5e015f4ca5cba6f0fcd152 [file] [log] [blame]
// "Create Method 'test'" "true"
public class Test {
public Test() {
test();
}
private void test() {
<caret><selection></selection>
}
}