fd78340897
#KT-310 Fixed
4 lines
74 B
Kotlin
4 lines
74 B
Kotlin
fun f(c: Array<Int>): Int {
|
|
return c.<!FUNCTION_EXPECTED!>size<!>()
|
|
}
|