Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,8 @@ module LocationImpl {
* Holds if this location contains location `that`, meaning that it starts
* before and ends after it.
*/
pragma[inline]
bindingset[this, that]
pragma[inline_late]
predicate contains(Location that) { this.startsBefore(that) and this.endsAfter(that) }

/**
Expand Down