bd38363077
To explicitly specify which test are failing
8 lines
103 B
Plaintext
Vendored
8 lines
103 B
Plaintext
Vendored
// "Change to var" "true"
|
|
class A(var a: Int) {
|
|
fun foo() {
|
|
a = 5
|
|
}
|
|
}
|
|
|
|
/* IGNORE_FIR */ |