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