Files

9 lines
137 B
Java

public class Foo {
void m() {
methodCall(.while<caret>
}
boolean methodCall(String s) {
return null;
}
}