Files
kotlin-fork/compiler/testData/resolveConstructorDelegationCalls/thisPrimary.txt
T
2015-03-11 17:45:23 +03:00

17 lines
292 B
Plaintext

class A(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