summaryrefslogtreecommitdiff
path: root/Source/Dafny/Compiler.cs
diff options
context:
space:
mode:
authorGravatar Rustan Leino <unknown>2015-08-19 20:05:47 -0700
committerGravatar Rustan Leino <unknown>2015-08-19 20:05:47 -0700
commit69c320b225825eb2adf2ae899f88588a10fd27fe (patch)
tree8d9fe5b99e481291f656718e29c81fc2cd04ab92 /Source/Dafny/Compiler.cs
parent747e2d218f49683605d52f70dbb372f37d9f304b (diff)
Refactored and improved bounds discovery
Diffstat (limited to 'Source/Dafny/Compiler.cs')
-rw-r--r--Source/Dafny/Compiler.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Dafny/Compiler.cs b/Source/Dafny/Compiler.cs
index f02f7861..619638ac 100644
--- a/Source/Dafny/Compiler.cs
+++ b/Source/Dafny/Compiler.cs
@@ -2978,6 +2978,7 @@ namespace Microsoft.Dafny {
TrExpr(b.Seq);
wr.Write(").Elements) { ");
} else {
+ // TODO: handle ComprehensionExpr.SubSetBoundedPool
Contract.Assert(false); throw new cce.UnreachableException(); // unexpected BoundedPool type
}
wr.Write("if (");