'copy' of resolved call fix: copy status as well
This commit is contained in:
@@ -43,6 +43,7 @@ public class CallResolverUtil {
|
|||||||
call.getTrace().addAllMyDataTo(trace);
|
call.getTrace().addAllMyDataTo(trace);
|
||||||
trace.record(BindingContext.RESOLVED_CALL, context.call.getCalleeExpression(), copy);
|
trace.record(BindingContext.RESOLVED_CALL, context.call.getCalleeExpression(), copy);
|
||||||
|
|
||||||
|
copy.addStatus(call.getStatus());
|
||||||
if (call.isDirty()) {
|
if (call.isDirty()) {
|
||||||
copy.argumentHasNoType();
|
copy.argumentHasNoType();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user