variable as function call is safe
if one of variable or function calls is safe
This commit is contained in:
+1
-1
@@ -118,7 +118,7 @@ public class VariableAsFunctionResolvedCall implements ResolvedCallWithTrace<Fun
|
||||
|
||||
@Override
|
||||
public boolean isSafeCall() {
|
||||
return variableCall.isSafeCall();
|
||||
return variableCall.isSafeCall() || functionCall.isSafeCall();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user