Add missing 'constructor' to testData when it was necessary

This commit is contained in:
Denis Zharkov
2015-05-12 18:12:48 +03:00
parent a9c1c3edb6
commit aa4a20dddc
8 changed files with 9 additions and 9 deletions
@@ -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()<!>