[FIR] Support sealed class inheritors in multiple files

This commit is contained in:
Dmitriy Novozhilov
2021-02-04 12:17:37 +03:00
parent c8f9cc33ef
commit 490ef210ac
13 changed files with 130 additions and 156 deletions
@@ -29,7 +29,7 @@ sealed class P {
class K : P()
<!REDECLARATION!>object B<!> {
class I : <!SEALED_SUPERTYPE!>P<!>()
class I : P()
}
fun test() {