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