mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 03:13:40 +07:00
public not allowed for local inner classes
This commit is contained in:
+1
@@ -71,6 +71,7 @@ class LocalClassWithInner {
|
||||
void foo () {
|
||||
class A {
|
||||
<error descr="Modifier 'private' not allowed here">private</error> class B {}
|
||||
<error descr="Modifier 'public' not allowed here">public</error> class B1 {}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user