blob: 86279110b1cab382ed2bd5b2f743c74d78244dbc [file] [log] [blame]
class Foo {
void foo() {
Object textIndex = null;
Object p = textIndex<caret>(2);
}
}