From d00b4ca27a368087ea823eff59e9c49d8bc8e73f Mon Sep 17 00:00:00 2001 From: Dmitry Jemerov Date: Mon, 27 Apr 2015 15:40:58 +0200 Subject: [PATCH] update for modern constructor syntax --- compiler/testData/resolve/Basic.resolve | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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`