blob: 4300b299ca7ff0d78c568b28fecfdfe6429b0f26 [file] [log] [blame]
class Test {
void foo() {
System.out.println("hello");
System.out.println("hel<caret>lo");
}
}