Add missing 'constructor' to testData when it was necessary
This commit is contained in:
+1
-1
@@ -32,7 +32,7 @@ var vardef: Int = 1
|
||||
set
|
||||
|
||||
<!INAPPLICABLE_ANNOTATION!>@platformName("C")<!>
|
||||
class C [<!INAPPLICABLE_ANNOTATION!>platformName("primary")<!>]() {
|
||||
class C [<!INAPPLICABLE_ANNOTATION!>platformName("primary")<!>] constructor() {
|
||||
<!INAPPLICABLE_ANNOTATION!>platformName("ctr")<!> constructor(x: Int): this() {}
|
||||
<!INAPPLICABLE_ANNOTATION!>@platformName("a")<!>
|
||||
fun foo() {}
|
||||
|
||||
+1
-1
@@ -6,4 +6,4 @@ class A {
|
||||
}
|
||||
}
|
||||
|
||||
class C <!PLATFORM_STATIC_ILLEGAL_USAGE!>[platformStatic] ()<!>
|
||||
class C <!PLATFORM_STATIC_ILLEGAL_USAGE!>[platformStatic] constructor()<!>
|
||||
|
||||
Reference in New Issue
Block a user