summaryrefslogtreecommitdiff
path: root/Source/Core/Absy.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Core/Absy.cs')
-rw-r--r--Source/Core/Absy.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/Absy.cs b/Source/Core/Absy.cs
index e7c1fb77..6e131606 100644
--- a/Source/Core/Absy.cs
+++ b/Source/Core/Absy.cs
@@ -3326,7 +3326,7 @@ namespace Microsoft.Boogie {
for (int i = 0; i < s1.card; i++) {
TypeVariable/*!*/ next = s1[i];
Contract.Assert(next != null);
- if (!this.Has(next))
+ if (!this.Contains(next))
this.Add(next);
}
}