Files
kotlin-fork/idea/testData/quickfix/expressions/uselessCastStaticAssertIsFine.kt
T
2021-05-28 18:21:31 +03:00

4 lines
79 B
Kotlin
Vendored

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