bd38363077
To explicitly specify which test are failing
8 lines
98 B
Plaintext
Vendored
8 lines
98 B
Plaintext
Vendored
// "Remove 'const' modifier" "true"
|
|
|
|
class Foo
|
|
|
|
object Test {
|
|
val c = Foo()
|
|
}
|
|
/* IGNORE_FIR */ |