blob: 873f2205e1af0dd96f9fe6033f74a7161526226d [file] [log] [blame]
class Sample {
void foo() {
System.out.println("hello <caret>world");
}
}