FIR: support direct use of typealias with friend-paths
also fixes one IC test
This commit is contained in:
+1
@@ -179,6 +179,7 @@ class FirMemberDeserializer(private val c: FirDeserializationContext) {
|
||||
typeParameters += local.typeDeserializer.ownTypeParameters.map { it.fir }
|
||||
}.apply {
|
||||
versionRequirementsTable = c.versionRequirementTable
|
||||
sourceElement = c.containerSource
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user