128c938965
Also add a deprecated extension property to help migration. This is done to unify getting size of arrays and collections
4 lines
72 B
Kotlin
4 lines
72 B
Kotlin
fun f(c: String): Int {
|
|
return c.<!FUNCTION_EXPECTED!>length<!>()
|
|
}
|