59f192ef90
Includes changes to decompiled text Old syntax is used in builtins and project code for now
17 lines
276 B
Plaintext
17 lines
276 B
Plaintext
class A {
|
|
default object {
|
|
fun invoke(i: Int) = i
|
|
}
|
|
}
|
|
|
|
fun test() = <caret>A(1)
|
|
|
|
|
|
Resolved call:
|
|
|
|
Resulting descriptor: default object defined in A
|
|
|
|
Explicit receiver kind = NO_EXPLICIT_RECEIVER
|
|
Dispatch receiver = NO_RECEIVER
|
|
Extension receiver = NO_RECEIVER
|