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