diff --git a/compiler/testData/resolve/Basic.resolve b/compiler/testData/resolve/Basic.resolve index 5eba0a18ca2..633eea2061f 100644 --- a/compiler/testData/resolve/Basic.resolve +++ b/compiler/testData/resolve/Basic.resolve @@ -1,6 +1,6 @@ ~A~class A { - ~B~class B { - ~B()~this(i: Int) {} + ~B~class B() { + ~B()~constructor(i: Int) {} } ~foo~fun foo(~foo.a~a : `kotlin::Char`Char) = `foo.a`a`:kotlin::Char`