Files
kotlin-fork/compiler/fir/analysis-tests/testData/resolveWithStdlib/kt54220.kt
T
2022-11-15 09:02:33 +02:00

7 lines
126 B
Kotlin
Vendored

const val c = <!CONST_VAL_WITH_NON_CONST_INITIALIZER!>1u + 2u<!>
fun box() = when {
c != 3u -> "fail"
else -> "OK"
}