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 cc486dd commit fb0380bCopy full SHA for fb0380b
python/ql/src/Classes/CallsToInitDel/MethodCallOrder.qll
@@ -21,6 +21,7 @@ predicate multipleCallsToSuperclassMethod(
21
}
22
23
/** Holds if l1 comes before l2, assuming they're in the same file. */
24
+pragma[inline]
25
private predicate locationBefore(Location l1, Location l2) {
26
l1.getStartLine() < l2.getStartLine()
27
or
0 commit comments