Files
kotlin-fork/idea/testData/quickfix/expressions/afterUselessCast.kt
T
2011-09-21 17:58:44 +04:00

5 lines
91 B
Kotlin

// "Replace a cast with a static assert" "true"
fun foo(a: String) {
val b = a : Any
}