[FIR] Fix exhaustiveness checking for conditions with equals to object

#KT-37488 Fixed
This commit is contained in:
Dmitriy Novozhilov
2020-03-16 11:04:44 +03:00
parent 3765a1efaf
commit 1b479c49a8
7 changed files with 90 additions and 22 deletions
@@ -1,3 +1,4 @@
// FIR_IDENTICAL
sealed class Sealed {
object First: Sealed()
sealed class NonFirst {