Position error on 'class A' or 'object A' instead of name identifier only
This commit is contained in:
+1
-1
@@ -4,6 +4,6 @@ class A {
|
||||
}
|
||||
|
||||
inner class B {
|
||||
enum class <!NESTED_CLASS_NOT_ALLOWED!>E<!> { ENTRY }
|
||||
<!NESTED_CLASS_NOT_ALLOWED!>enum class E<!> { ENTRY }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user