update for modern constructor syntax

This commit is contained in:
Dmitry Jemerov
2015-04-27 15:40:58 +02:00
parent f93eeeb563
commit d00b4ca27a
+2 -2
View File
@@ -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`