bd38363077
To explicitly specify which test are failing
6 lines
104 B
Plaintext
Vendored
6 lines
104 B
Plaintext
Vendored
// "Make 'i' 'abstract'" "true"
|
|
abstract class A() {
|
|
abstract var <caret>i : Int
|
|
}
|
|
|
|
/* IGNORE_FIR */ |