Change deprecation rules for annotations in brackets
Also adjust quickfix for deprecated syntax
This commit is contained in:
@@ -7,4 +7,4 @@ class A {
|
||||
<!INAPPLICABLE_ANNOTATION!>native constructor(<!UNUSED_PARAMETER!>x<!>: Int)
|
||||
<!>}
|
||||
|
||||
class C <!INAPPLICABLE_ANNOTATION!>[native] constructor()<!>
|
||||
class C <!INAPPLICABLE_ANNOTATION!>native constructor()<!>
|
||||
|
||||
Reference in New Issue
Block a user