ee728b6902
^KT-47797 Fixed ^KT-47987 Fixed ^KT-45034 Fixed ^KT-48446 Fixed ^KT-13934 Fixed
21 lines
362 B
Plaintext
Vendored
21 lines
362 B
Plaintext
Vendored
class A {
|
|
inner class B {
|
|
constructor(x: String) {}
|
|
<caret>constructor (arg: Int): this("") {}
|
|
}
|
|
}
|
|
|
|
|
|
|
|
Resolved call:
|
|
|
|
Resulting descriptor: constructor B(x: String) defined in A.B
|
|
|
|
Explicit receiver kind = DISPATCH_RECEIVER
|
|
Dispatch receiver = Class{A}
|
|
Extension receiver = NO_RECEIVER
|
|
|
|
Value arguments mapping:
|
|
|
|
SUCCESS x : String = ""
|