14 lines
319 B
Plaintext
14 lines
319 B
Plaintext
//KT-5308 Wrong ExplicitReceiverKind when access to IntRange.EMPTY
|
|
fun test() {
|
|
IntRange.<caret>EMPTY
|
|
}
|
|
|
|
|
|
Resolved call:
|
|
|
|
Resulting descriptor: val EMPTY: IntRange defined in kotlin.IntRange.Default
|
|
|
|
Explicit receiver kind = DISPATCH_RECEIVER
|
|
Dispatch receiver = IntRange {Default}
|
|
Extension receiver = NO_RECEIVER
|