blob: 317646236bed3b6a13149e661e5cd2767ec0fde4 [file]
const val c = <!CONST_VAL_WITH_NON_CONST_INITIALIZER!>1u + 2u<!>
fun box() = when {
c != 3u -> "fail"
else -> "OK"
}