update for modern constructor syntax
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
~A~class A {
|
~A~class A {
|
||||||
~B~class B {
|
~B~class B() {
|
||||||
~B()~this(i: Int) {}
|
~B()~constructor(i: Int) {}
|
||||||
}
|
}
|
||||||
|
|
||||||
~foo~fun foo(~foo.a~a : `kotlin::Char`Char) = `foo.a`a`:kotlin::Char`
|
~foo~fun foo(~foo.a~a : `kotlin::Char`Char) = `foo.a`a`:kotlin::Char`
|
||||||
|
|||||||
Reference in New Issue
Block a user