3a8ad45dec
Reverts and fixes 102f0d3
18 lines
275 B
Plaintext
18 lines
275 B
Plaintext
enum class A {
|
|
ONE
|
|
TWO
|
|
|
|
fun invoke(i: Int) = i
|
|
}
|
|
|
|
fun test() = A.<caret>ONE(1)
|
|
|
|
|
|
Resolved call:
|
|
|
|
Resulting descriptor: enum entry ONE : A defined in A
|
|
|
|
Explicit receiver kind = NO_EXPLICIT_RECEIVER
|
|
Dispatch receiver = NO_RECEIVER
|
|
Extension receiver = NO_RECEIVER
|