blob: d55d121b32f3b350f1ecffc77cef43df6f1f4f75 [file]
class A {
constructor(x: Int) {}
<caret>constructor(): this(1) {}
}
Resolved call:
Resulting descriptor: constructor A(x: Int) defined in A
Explicit receiver kind = NO_EXPLICIT_RECEIVER
Dispatch receiver = NO_RECEIVER
Extension receiver = NO_RECEIVER
Value arguments mapping:
SUCCESS x : Int = 1