Files
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<!>()
}