Secondary constructors delegation calls and body resolve
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
class A {
|
||||
constructor(x: Int) {}
|
||||
<caret>constructor(): this(1) {}
|
||||
}
|
||||
Reference in New Issue
Block a user