[FIR][checkers][Wasm] Expand type aliases in FirWasmExternalInheritanceChecker

#KT-66473 Fixed
This commit is contained in:
Stanislav Ruban
2024-03-11 03:56:56 +02:00
committed by Space Team
parent 4d17a908e2
commit 0549c6c75b
2 changed files with 3 additions and 2 deletions
@@ -25,4 +25,4 @@ external interface EI2
typealias TA1 = EI2
external class <!EXTERNAL_TYPE_EXTENDS_NON_EXTERNAL_TYPE!>EC4<!> : TA1
external class EC4 : TA1