Files
kotlin/compiler/testData/resolvedCalls/objectsAndClassObjects/kt5308IntRangeConstant.kt
2014-09-01 12:32:49 +04:00

4 lines
107 B
Kotlin

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