bd38363077
To explicitly specify which test are failing
8 lines
85 B
Kotlin
Vendored
8 lines
85 B
Kotlin
Vendored
// "Change to var" "true"
|
|
val a = 4
|
|
|
|
fun bar() {
|
|
<caret>a = 5
|
|
}
|
|
|
|
/* IGNORE_FIR */ |