blob: 57fe800b003a34eae34e696f66e6f47d1661b51c [file] [log] [blame]
class Foo {
String getName() {}
Foo getNameIdentifier() {}
}
class Bar {
void foo() {
Foo f;
if ("abc".equals(f.getN<caret>))
}
}