[FIR] Don't save original user type in FirResolvedTypeRef

This commit is contained in:
Dmitriy Novozhilov
2020-05-28 17:43:49 +03:00
parent 422a327fca
commit 6f241c6dcd
@@ -47,7 +47,6 @@ class FirSpecificTypeResolverTransformer(
source = typeRef.source
type = resolvedType.takeIfAcceptable() ?: return typeRef.compose()
annotations += typeRef.annotations
delegatedTypeRef = typeRef
}.compose()
}