[FIR] Don't save original user type in FirResolvedTypeRef
This commit is contained in:
-1
@@ -47,7 +47,6 @@ class FirSpecificTypeResolverTransformer(
|
|||||||
source = typeRef.source
|
source = typeRef.source
|
||||||
type = resolvedType.takeIfAcceptable() ?: return typeRef.compose()
|
type = resolvedType.takeIfAcceptable() ?: return typeRef.compose()
|
||||||
annotations += typeRef.annotations
|
annotations += typeRef.annotations
|
||||||
delegatedTypeRef = typeRef
|
|
||||||
}.compose()
|
}.compose()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user