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 3a80456 commit b6ea1a0Copy full SHA for b6ea1a0
ql/test/library-tests/calls/Calls.expected
@@ -1,4 +1,4 @@
1
-callable
+call
2
| calls.bicep:1:32:1:63 | CallExpression |
3
| calls.bicep:1:45:1:59 | CallExpression |
4
| calls.bicep:4:111:4:121 | CallExpression |
ql/test/library-tests/calls/Calls.ql
@@ -1,5 +1,5 @@
private import bicep
-query predicate callable(Callable callable) { any() }
+query predicate call(CallExpression callable) { any() }
5
query predicate callArguments(CallExpression call, Expr argument) { call.getArguments() = argument }
0 commit comments