f8e9e99d87
Such behavior is not the same as in K1, but it is more consistent. #KT-64400 Fixed
4 lines
120 B
Kotlin
Vendored
4 lines
120 B
Kotlin
Vendored
// ISSUE: KT-55196
|
|
|
|
const val bb: Boolean = <!CONST_VAL_WITH_NON_CONST_INITIALIZER!>!false<!> // Red in K1, green in K2
|