Files
kotlin-fork/compiler/testData/diagnostics/tests/cast/AsErasedError.kt
T
Mikhail Zarechenskiy ae3497c6ce Reduce highlighting range for UNCHECKED_CAST
#KT-18985 Fixed
2017-08-07 18:49:58 +03:00

3 lines
83 B
Kotlin
Vendored

fun ff(c: MutableCollection<String>) = c <!UNCHECKED_CAST!>as MutableList<Int><!>