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

3 lines
74 B
Kotlin

fun ff(c: Collection<String>) = c <!CAST_NEVER_SUCCEEDS!>as<!> List<Int>