[FIR] Reimplement when exhaustiveness checker to fir it's logic with FE 1.0
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
// FIR_IDENTICAL
|
||||
sealed class Base {
|
||||
sealed class A : Base() {
|
||||
object A1 : A()
|
||||
|
||||
Reference in New Issue
Block a user