Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2b455fc1ba7dcb99fa03fdfc31c7672d6ccfc9fd
/
.
/
compiler
/
testData
/
resolvedCalls
/
objectsAndClassObjects
/
kt5308IntRangeConstant.kt
blob: bc23c8bff588660a33f42ca00889f5933f240547 [
file
]
//KT-5308 Wrong ExplicitReceiverKind when access to IntRange.EMPTY
fun test
()
{
IntRange
.<
caret
>
EMPTY
}