Add missing 'constructor' to testData when it was necessary
This commit is contained in:
@@ -7,4 +7,4 @@ class A {
|
||||
<!INAPPLICABLE_ANNOTATION!>native constructor(<!UNUSED_PARAMETER!>x<!>: Int)
|
||||
<!>}
|
||||
|
||||
class C <!INAPPLICABLE_ANNOTATION!>[native]()<!>
|
||||
class C <!INAPPLICABLE_ANNOTATION!>[native] constructor()<!>
|
||||
|
||||
Reference in New Issue
Block a user