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