blob: 47b09b2b388c4ac9b87bcabc0babdb145e22f7e6 [file] [log] [blame]
class A {
constructor(x: Int) {
}
constructor(x: Double, y: String = "abc") {
}
}
val v = <caret>A(x=1.0)
Resolved call:
Resulting descriptor: constructor A(x: Double, y: String = ...) defined in A
Explicit receiver kind = NO_EXPLICIT_RECEIVER
Dispatch receiver = NO_RECEIVER
Extension receiver = NO_RECEIVER
Value arguments mapping:
SUCCESS x : Double = 1.0