ee728b6902
^KT-47797 Fixed ^KT-47987 Fixed ^KT-45034 Fixed ^KT-48446 Fixed ^KT-13934 Fixed
21 lines
344 B
Plaintext
Vendored
21 lines
344 B
Plaintext
Vendored
class A {
|
|
companion object {
|
|
fun invoke(i: Int) = i
|
|
}
|
|
}
|
|
|
|
fun test() = A<caret>(1)
|
|
|
|
|
|
Resolved call:
|
|
|
|
Resulting descriptor: fun invoke(i: Int): Int defined in A.Companion
|
|
|
|
Explicit receiver kind = DISPATCH_RECEIVER
|
|
Dispatch receiver = A {Companion}
|
|
Extension receiver = NO_RECEIVER
|
|
|
|
Value arguments mapping:
|
|
|
|
SUCCESS i : Int = 1
|