4 lines
86 B
Kotlin
Vendored
4 lines
86 B
Kotlin
Vendored
// "Remove useless cast" "true"
|
|
fun test() {
|
|
((({ "" } as<caret> () -> String)))
|
|
} |