94970e2d1e
^KT-22420 Fixed
9 lines
96 B
Kotlin
Vendored
9 lines
96 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
object X {
|
|
var string = "foo"
|
|
}
|
|
|
|
fun main() {
|
|
X.string <caret>= "bar"
|
|
}
|