Wrap diagnostic parameters to double quotes and split by comma instead of semicolon
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
class Outer {
|
||||
inner class Inner {
|
||||
annotation <!NESTED_CLASS_NOT_ALLOWED(Annotation class)!>class TestNestedAnnotation<!>
|
||||
annotation <!NESTED_CLASS_NOT_ALLOWED("Annotation class")!>class TestNestedAnnotation<!>
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user