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