blob: a03af87e7d3400ac1b62bde7dc9f156c523fa82a [file] [log] [blame]
class Test {
void foo() {
Object c = getObject();
c.notify();
}
Object getObject() {return null;}
}