Error positioning fixed

This commit is contained in:
Andrey Breslav
2011-10-13 15:11:20 +04:00
parent d0c2c82197
commit 023a76b6b4
@@ -277,7 +277,7 @@ public class CallResolver {
@Override @Override
public <D extends CallableDescriptor> void noneApplicable(@NotNull BindingTrace trace, @NotNull Set<ResolvedCall<D>> descriptors) { public <D extends CallableDescriptor> void noneApplicable(@NotNull BindingTrace trace, @NotNull Set<ResolvedCall<D>> descriptors) {
trace.report(NONE_APPLICABLE.on(call.getCallNode(), descriptors)); trace.report(NONE_APPLICABLE.on(reference, descriptors));
} }
@Override @Override