JET-6 Perform checks for primary and secondary constructors (In progress)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
class Z {
|
||||
class Z(a : Int) {
|
||||
~c1~this() : `c2`this(1, true) {}
|
||||
|
||||
~c2~this(x : Int, y : Boolean) : `c1`this() {}
|
||||
|
||||
Reference in New Issue
Block a user