[FIR] Deserialize nested typealias
#KT-57689 Fixed
This commit is contained in:
committed by
Space Team
parent
f9540d8f69
commit
210e8750f4
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user