Report illegal modifiers and annotations on primary constructor
#KT-7057 Fixed #KT-6772 Fixed
This commit is contained in:
@@ -7,4 +7,4 @@ class A {
|
||||
<!INAPPLICABLE_ANNOTATION!>native constructor(<!UNUSED_PARAMETER!>x<!>: Int)
|
||||
<!>}
|
||||
|
||||
class C [native] () // TODO KT-7057
|
||||
class C <!INAPPLICABLE_ANNOTATION!>[native]()<!>
|
||||
|
||||
Reference in New Issue
Block a user