bd38363077
To explicitly specify which test are failing
5 lines
84 B
Plaintext
Vendored
5 lines
84 B
Plaintext
Vendored
// "Make 'Foo' not open" "true"
|
|
object Foo {
|
|
fun a(): Int = 1
|
|
}
|
|
/* IGNORE_FIR */ |