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