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 ece0d1f commit a34bb26Copy full SHA for a34bb26
swift/downgrades/15a630f68e14f053932cf6a23797f43d958eedc9/downgrade.ql
@@ -5,8 +5,7 @@ class Element extends @element {
5
query predicate new_unspecified_elements(Element e, string property, string error) {
6
unspecified_elements(e, property, error)
7
or
8
- error =
9
- "ThenStmt nodes removed during database downgrade. Please update your CodeQL code." and
+ error = "ThenStmt nodes removed during database downgrade. Please update your CodeQL code." and
10
property = "" and
11
then_stmts(e, _)
12
}
0 commit comments