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