blob: 3a722d36aeea368961f8f85f45b530e234dbb26e [file] [log] [blame]
interface I {
void foo(int i) {}
}
class Sample {
void foo() {
System.out.println("hello <caret>world");
}
}