KT-4372 Invalid error position and failing to resolve invoke with receiver from other module #KT-4372 Fixed
This commit is contained in:
+1
-4
@@ -101,10 +101,7 @@ public class VariableAsFunctionResolvedCall implements ResolvedCallWithTrace<Fun
|
||||
@NotNull
|
||||
@Override
|
||||
public ResolutionStatus getStatus() {
|
||||
if (variableCall.getStatus() == ResolutionStatus.SUCCESS) {
|
||||
return functionCall.getStatus();
|
||||
}
|
||||
return variableCall.getStatus();
|
||||
return variableCall.getStatus().combine(functionCall.getStatus());
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user