Files
kotlin-fork/compiler/testData/diagnostics/tests/cast/IsErasedAllowSameParameterParameter.kt
T
2012-09-05 18:55:16 +04:00

4 lines
45 B
Kotlin

fun ff<T>(l: Collection<T>) = l is List<T>