70b7e5eb68
So #KT-20644 Fixed
5 lines
71 B
Kotlin
Vendored
5 lines
71 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
|
|
object O {
|
|
@JvmField val <caret>s = "He" + "llo"
|
|
} |