7 lines
107 B
Kotlin
Vendored
7 lines
107 B
Kotlin
Vendored
// "Remove useless cast" "true"
|
|
fun foo() {}
|
|
|
|
fun main() {
|
|
foo();
|
|
({ "" } as<caret> () -> String)
|
|
} |