[FIR][checkers][JS] Expand type aliases to supertypes in FirJsInheritanceClassChecker
#KT-66673 Fixed
This commit is contained in:
committed by
Space Team
parent
1f3d318cae
commit
29efe8645c
Vendored
-5
@@ -1,5 +0,0 @@
|
||||
external interface Base
|
||||
|
||||
typealias TypeAlias = Base
|
||||
|
||||
external interface <!EXTERNAL_TYPE_EXTENDS_NON_EXTERNAL_TYPE!>Derived<!>: TypeAlias
|
||||
Vendored
+2
@@ -1,3 +1,5 @@
|
||||
// FIR_IDENTICAL
|
||||
|
||||
external interface Base
|
||||
|
||||
typealias TypeAlias = Base
|
||||
|
||||
Reference in New Issue
Block a user