Files
kotlin-fork/compiler/testData/diagnostics/tests/when/kt9929.kt
T
2021-05-25 13:28:27 +03:00

10 lines
122 B
Kotlin
Vendored

val test: Int = if (true) <!TYPE_MISMATCH!>{
when (2) {
1 -> 1
else -> null
}
}<!>
else {
2
}