[FIR] Deserialize reference to typealias from metadata as fully expanded

#KT-58335 Fixed
This commit is contained in:
Kirill Rakhman
2023-05-08 18:02:09 +02:00
committed by Space Team
parent 17ad4ceec9
commit 80d68fc908
9 changed files with 85 additions and 49 deletions
+1 -4
View File
@@ -1,8 +1,5 @@
// This test checks that unresolved typealias in an abbreviated type does not crash the compiler or result in a compilation error.
// Apparently, there's some demand for this behavior, see KT-45308.
// IGNORE_BACKEND_K2: JVM_IR
// FIR status: reports RETURN_TYPE_MISMATCH: Return type mismatch: expected kotlin/String, actual a/A
// Apparently, there's some demand for this behavior, see KT-45308, KT-58335.
// MODULE: a
// FILE: a.kt