d12a24418e
RemoveUselessCastFix.
5 lines
103 B
Kotlin
Vendored
5 lines
103 B
Kotlin
Vendored
// "Remove useless cast" "true"
|
|
fun test() {
|
|
((({ "" } as<caret> () -> String)))
|
|
}
|
|
/* IGNORE_FIR */ |