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