blob: 446d58f6023b2ed0de83becceefb6f810a549478 [file] [log] [blame]
class Test {
public void foo() {
Runnable r = () -> {notify();};
}
}