Files
2014-09-01 12:32:49 +04:00

4 lines
107 B
Kotlin
Vendored

//KT-5308 Wrong ExplicitReceiverKind when access to IntRange.EMPTY
fun test() {
IntRange.<caret>EMPTY
}