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

5 lines
72 B
Kotlin

// "Remove cast" "true"
fun foo(a: Any) {
val b = a <caret>as Any
}