Files
kotlin-fork/compiler/testData/diagnostics/tests/kt310.kt
T
2017-11-29 02:54:26 +03:00

6 lines
116 B
Kotlin
Vendored

// !WITH_NEW_INFERENCE
fun f(c: LongRange): Int {
return c.<!NI;TYPE_MISMATCH, FUNCTION_EXPECTED!>start<!>()
}