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 {
|
||||
<!NESTED_CLASS_NOT_ALLOWED(Interface)!>interface TestNestedInterface<!>
|
||||
<!NESTED_CLASS_NOT_ALLOWED("Interface")!>interface TestNestedInterface<!>
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user