KT-35004: keep track of KotlinType for 'when' subject
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
// IGNORE_BACKEND_FIR: JVM_IR
|
||||
// WITH_RUNTIME
|
||||
// KJS_WITH_FULL_RUNTIME
|
||||
|
||||
fun ULong.foobar() =
|
||||
when (this) {
|
||||
in 0U..1U -> "OK"
|
||||
else -> throw AssertionError("$this")
|
||||
}
|
||||
|
||||
fun box(): String = 0UL.foobar()
|
||||
Reference in New Issue
Block a user