mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-15 11:58:18 +07:00
forbid forward references from lambda again (IDEA-119936)
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
// "Replace with lambda" "false"
|
||||
class MyTest {
|
||||
final Runnable anonymRunnable = new Run<caret>nable() {
|
||||
@Override
|
||||
public void run() {
|
||||
System.out.println(o);
|
||||
}
|
||||
};
|
||||
|
||||
Object o;
|
||||
}
|
||||
Reference in New Issue
Block a user