From be9a2d297ccd8900cccc750c15a9c02c9e23a83b Mon Sep 17 00:00:00 2001 From: Michal Moskal Date: Wed, 7 Dec 2011 11:14:12 -0800 Subject: Fix atg file and add comment about Set/*Variable*/ --- Source/Core/BoogiePL.atg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/Core/BoogiePL.atg') diff --git a/Source/Core/BoogiePL.atg b/Source/Core/BoogiePL.atg index c7950c9a..33172e7f 100644 --- a/Source/Core/BoogiePL.atg +++ b/Source/Core/BoogiePL.atg @@ -97,7 +97,7 @@ private class BvBounds : Expr { Contract.Requires(stream != null); {Contract.Assert(false);throw new cce.UnreachableException();} } - public override void ComputeFreeVariables(Set/*!*/ freeVars) {Contract.Requires(freeVars != null); {Contract.Assert(false);throw new cce.UnreachableException();} } + public override void ComputeFreeVariables(GSet/*!*/ freeVars) {Contract.Requires(freeVars != null); {Contract.Assert(false);throw new cce.UnreachableException();} } public override AI.IExpr/*!*/ IExpr { get { Contract.Ensures(Contract.Result()!=null); {Contract.Assert(false);throw new cce.UnreachableException();} } } } -- cgit v1.2.3