blob: 18c7b4ab056135f7d53924cf71dc72eb7e4a73e1 [file] [log] [blame]
class Foo {
String fooLongButOfDefaultType() {}
Foo foo() {}
}
class Bar {
void foo() {
Foo f;
if ("abc".equals(f.foo<caret>))
}
}