Files
kotlin-fork/compiler/testData/diagnostics/tests/kt310.kt
T
2021-07-28 23:17:31 +03:00

6 lines
92 B
Kotlin
Vendored

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