add missing pragma back

This commit is contained in:
Alex Ford
2021-08-31 21:19:56 +01:00
parent d47c8ee9a5
commit 41e7ef11e6

View File

@@ -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