[FIR] Reimplement when exhaustiveness checker to fir it's logic with FE 1.0

This commit is contained in:
Dmitriy Novozhilov
2021-02-06 12:34:32 +03:00
parent 2a1c9283a4
commit 18bde2c542
11 changed files with 329 additions and 233 deletions
@@ -1,3 +1,4 @@
// FIR_IDENTICAL
sealed class Base {
sealed class A : Base() {
object A1 : A()