Files
kotlin-fork/compiler/testData/resolveConstructorDelegationCalls/thisPrimary.txt
T
2020-02-13 11:15:58 +03:00

19 lines
350 B
Plaintext
Vendored

class A(x: Int) {
<caret>constructor(): this(1) {}
}
Resolved call:
Candidate descriptor: constructor A(x: Int) defined in A
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