[FIR] Deserialize nested typealias
#KT-57689 Fixed
This commit is contained in:
committed by
Space Team
parent
f9540d8f69
commit
210e8750f4
+4
@@ -157,6 +157,10 @@ fun deserializeClassToSymbol(
|
||||
}
|
||||
)
|
||||
|
||||
addDeclarations(
|
||||
classProto.typeAliasList.mapNotNull(classDeserializer::loadTypeAlias)
|
||||
)
|
||||
|
||||
addDeclarations(
|
||||
classProto.enumEntryList.mapNotNull { enumEntryProto ->
|
||||
val enumEntryName = nameResolver.getName(enumEntryProto.name)
|
||||
|
||||
Reference in New Issue
Block a user