Add notNull annotations to VariableAsFunctionResolvedCall
This commit is contained in:
+2
@@ -40,10 +40,12 @@ public class VariableAsFunctionResolvedCall implements ResolvedCallWithTrace<Fun
|
|||||||
this.variableCall = variableCall;
|
this.variableCall = variableCall;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@NotNull
|
||||||
public ResolvedCallWithTrace<FunctionDescriptor> getFunctionCall() {
|
public ResolvedCallWithTrace<FunctionDescriptor> getFunctionCall() {
|
||||||
return functionCall;
|
return functionCall;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@NotNull
|
||||||
public ResolvedCallWithTrace<VariableDescriptor> getVariableCall() {
|
public ResolvedCallWithTrace<VariableDescriptor> getVariableCall() {
|
||||||
return variableCall;
|
return variableCall;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user