4 lines
45 B
Kotlin
4 lines
45 B
Kotlin
|
|
fun ff<T>(l: Collection<T>) = l is List<T>
|
|
|
|
|
fun ff<T>(l: Collection<T>) = l is List<T>
|
|
|