Specialize diagnostic message for nested classes not allowed
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class Outer {
|
||||
inner class Inner {
|
||||
annotation <!NESTED_CLASS_NOT_ALLOWED(Annotation class)!>class TestNestedAnnotation<!>
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user