We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3a9d0a commit 1ee35dcCopy full SHA for 1ee35dc
lkql_jit/language/src/main/java/com/adacore/lkql_jit/nodes/expressions/FunCall.java
@@ -102,7 +102,7 @@ protected Object onBuiltIn(
102
realArgs[0] = builtIn.getThisValue();
103
}
104
105
- // Verify that there is all arguments
+ // Verify that all arguments are present
106
for (int i = 0; i < realArgs.length; i++) {
107
if (realArgs[i] == null) {
108
if (defaultValues[i] != null) {
0 commit comments