Skip to content

Commit 365bb08

Browse files
committed
Marking HasDomain terms as global to fix issue #954
1 parent 3e24b7a commit 365bb08

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

silver

src/main/scala/decider/PathConditions.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -679,6 +679,7 @@ object PathConditions {
679679
assumption match {
680680
case quantification: Quantification => quantification.isGlobal
681681
case _: IsReadPermVar => true
682+
case _: HasDomain => true
682683
case _ => false
683684
}
684685
}

0 commit comments

Comments
 (0)