Files
kotlin-fork/compiler/testData/resolveConstructorDelegationCalls/thisSecondary.txt
T

19 lines
312 B
Plaintext
Vendored

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