Files
kotlin-fork/compiler/testData/diagnostics/tests/kt310.kt
T
2012-07-25 14:00:03 +04:00

4 lines
74 B
Kotlin

fun f(c: Array<Int>): Int {
return c.<!FUNCTION_EXPECTED!>size<!>()
}