FIR: preserve delegatedTypeRef when transforming FirFunctionTypeRef
This commit is contained in:
+1
@@ -51,6 +51,7 @@ class FirSpecificTypeResolverTransformer(
|
||||
source = functionTypeRef.source
|
||||
type = resolvedType
|
||||
annotations += functionTypeRef.annotations
|
||||
delegatedTypeRef = functionTypeRef
|
||||
}
|
||||
} else {
|
||||
buildErrorTypeRef {
|
||||
|
||||
Reference in New Issue
Block a user