Files
kotlin-fork/compiler/testData/diagnostics/tests/kt310.fir.kt
T

6 lines
101 B
Kotlin
Vendored

// !WITH_NEW_INFERENCE
fun f(c: LongRange): Int {
return c.<!UNRESOLVED_REFERENCE!>start<!>()
}