3 lines
56 B
Kotlin
Vendored
3 lines
56 B
Kotlin
Vendored
fun nya(vararg objs: Any?): Int {
|
|
return objs.size
|
|
} |