bd38363077
To explicitly specify which test are failing
10 lines
120 B
Plaintext
Vendored
10 lines
120 B
Plaintext
Vendored
// "Remove useless cast" "true"
|
|
class A {
|
|
fun foo() {}
|
|
}
|
|
|
|
fun test() {
|
|
A().foo()
|
|
({ "" })
|
|
}
|
|
/* IGNORE_FIR */ |