[FIR2IR] Generate unconditional branch in exhaustive whens

This commit is contained in:
Mikhail Glukhikh
2020-03-19 14:19:43 +03:00
parent 41f5a56cb3
commit 94fe79578e
4 changed files with 15 additions and 4 deletions
-1
View File
@@ -1,4 +1,3 @@
// IGNORE_BACKEND_FIR: JVM_IR
sealed class Season {
object Warm: Season()
object Cold: Season()