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