Files
kotlin-fork/compiler/testData/diagnostics/tests/cast/IsErasedAllowSameParameterParameter.kt
T
2012-11-08 22:02:51 +04:00

4 lines
59 B
Kotlin

fun ff<T>(l: MutableCollection<T>) = l is MutableList<T>