bd38363077
To explicitly specify which test are failing
9 lines
138 B
Kotlin
Vendored
9 lines
138 B
Kotlin
Vendored
// "Remove useless cast" "true"
|
|
fun foo() {}
|
|
|
|
fun test() {
|
|
foo()
|
|
// comment
|
|
({ "" } as<caret> () -> String)
|
|
}
|
|
/* IGNORE_FIR */ |