blob: 8b17af9e685cea39a0a0cabb578793a0c5485c71 [file] [log] [blame]
class Test {
public void foo() {
new Thread(() -> notify());
}
}