[FIR] Deserialize nested typealias

#KT-57689 Fixed
This commit is contained in:
Kirill Rakhman
2023-04-05 12:52:05 +02:00
committed by Space Team
parent f9540d8f69
commit 210e8750f4
2 changed files with 5 additions and 2 deletions
@@ -1,4 +1,3 @@
// IGNORE_BACKEND_K2: JS_IR
// EXPECTED_REACHABLE_NODES: 1286
// MODULE: lib
// FILE: lib.kt
@@ -25,4 +24,4 @@ package foo
import lib.*
fun box() = A.x + C.B.y
fun box() = A.x + C.B.y