70b7e5eb68
So #KT-20644 Fixed
9 lines
105 B
Plaintext
Vendored
9 lines
105 B
Plaintext
Vendored
// WITH_RUNTIME
|
|
|
|
const val y = 0
|
|
|
|
class Your {
|
|
companion object {
|
|
const val z = y + 3
|
|
}
|
|
} |