Remove set of PROCESSED flag in updateRecordedType

This commit is contained in:
Natalia Ukhorskaya
2013-12-03 16:30:08 +04:00
parent 17152c39e0
commit e6c442ba04
@@ -273,7 +273,6 @@ public class BindingContextUtils {
type = TypeUtils.makeNullable(type);
}
trace.record(BindingContext.EXPRESSION_TYPE, expression, type);
trace.record(BindingContext.PROCESSED, expression);
return type;
}