bd38363077
To explicitly specify which test are failing
8 lines
108 B
Plaintext
Vendored
8 lines
108 B
Plaintext
Vendored
// "Remove useless cast" "true"
|
|
open class A
|
|
|
|
fun test() {
|
|
class B : A()
|
|
({ "" })
|
|
}
|
|
/* IGNORE_FIR */ |