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

2 lines
45 B
Kotlin

fun f(a: List<Number>) = a is List<Hashable>