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