6c63492355
#KT-5308 Fixed
4 lines
107 B
Kotlin
Vendored
4 lines
107 B
Kotlin
Vendored
//KT-5308 Wrong ExplicitReceiverKind when access to IntRange.EMPTY
|
|
fun test() {
|
|
IntRange.<caret>EMPTY
|
|
} |