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