[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
@@ -157,6 +157,10 @@ fun deserializeClassToSymbol(
}
)
addDeclarations(
classProto.typeAliasList.mapNotNull(classDeserializer::loadTypeAlias)
)
addDeclarations(
classProto.enumEntryList.mapNotNull { enumEntryProto ->
val enumEntryName = nameResolver.getName(enumEntryProto.name)