70b7e5eb68
So #KT-20644 Fixed
9 lines
116 B
Kotlin
Vendored
9 lines
116 B
Kotlin
Vendored
// WITH_RUNTIME
|
|
|
|
const val y = 0
|
|
|
|
class Your {
|
|
companion object {
|
|
@JvmField val <caret>z = y + 3
|
|
}
|
|
} |