mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 03:13:40 +07:00
testdata for IDEA-61415
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
class Test {
|
||||
Runnable r = new Runnable() {
|
||||
<error descr="Modifier 'private' not allowed here">private</error> class Foo {}
|
||||
@Override
|
||||
public void run() {
|
||||
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user