Files

7 lines
104 B
Java

class Test {
void foo() {
<caret>getObject().notify();
}
Object getObject() {return null;}
}