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