Remove set of PROCESSED flag in updateRecordedType
This commit is contained in:
@@ -273,7 +273,6 @@ public class BindingContextUtils {
|
|||||||
type = TypeUtils.makeNullable(type);
|
type = TypeUtils.makeNullable(type);
|
||||||
}
|
}
|
||||||
trace.record(BindingContext.EXPRESSION_TYPE, expression, type);
|
trace.record(BindingContext.EXPRESSION_TYPE, expression, type);
|
||||||
trace.record(BindingContext.PROCESSED, expression);
|
|
||||||
return type;
|
return type;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user