[FIR][checkers][JS] Expand type aliases to supertypes in FirJsInheritanceClassChecker

#KT-66673 Fixed
This commit is contained in:
Stanislav Ruban
2024-03-18 13:50:04 +02:00
committed by Space Team
parent 1f3d318cae
commit 29efe8645c
3 changed files with 4 additions and 6 deletions
@@ -1,5 +0,0 @@
external interface Base
typealias TypeAlias = Base
external interface <!EXTERNAL_TYPE_EXTENDS_NON_EXTERNAL_TYPE!>Derived<!>: TypeAlias
@@ -1,3 +1,5 @@
// FIR_IDENTICAL
external interface Base
typealias TypeAlias = Base