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 a4e6a6a commit 731a6d1Copy full SHA for 731a6d1
ql/lib/codeql/bicep/ast/Literals.qll
@@ -34,8 +34,7 @@ class Array extends Literals instanceof ArrayImpl {
34
*/
35
class Boolean extends Literals instanceof BooleanImpl {
36
boolean getBool() {
37
- exists(string bl |
38
- bl = BooleanImpl.super.getValue().toLowerCase() and
+ exists(string bl | bl = BooleanImpl.super.getValue().toLowerCase() |
39
bl = "true" and
40
result = true
41
or
0 commit comments