8 lines
125 B
Kotlin
Vendored
8 lines
125 B
Kotlin
Vendored
// "Remove useless cast" "true"
|
|
fun foo() {}
|
|
|
|
fun test() {
|
|
foo()
|
|
// comment
|
|
((({ "" } as<caret> () -> String)))
|
|
} |