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