blob: 73e113148aa86a99e6b3cd667d6cfeba617fd16a [file] [log] [blame]
class Test {
void foo() {
<caret>getObject().notify();
}
Object getObject() {return null;}
}