mirror of
https://github.com/github/codeql.git
synced 2026-04-24 16:25:15 +02:00
add missing pragma back
This commit is contained in:
@@ -52,6 +52,7 @@ class Location extends @location {
|
||||
}
|
||||
|
||||
/** Holds if this location starts strictly before the specified location. */
|
||||
pragma[inline]
|
||||
predicate strictlyBefore(Location other) {
|
||||
this.getStartLine() < other.getStartLine()
|
||||
or
|
||||
|
||||
Reference in New Issue
Block a user