summaryrefslogtreecommitdiff
path: root/Source/Dafny/DafnyAst.cs
diff options
context:
space:
mode:
authorGravatar rustanleino <unknown>2010-11-25 21:31:57 +0000
committerGravatar rustanleino <unknown>2010-11-25 21:31:57 +0000
commitd6bc9bf0a6eac0d8eb3b551c6da1d7754a10a6a1 (patch)
treef0d3c6e9e2ccf9725a7cde052358c9458dff575b /Source/Dafny/DafnyAst.cs
parent367093297e9a3ae6ac77c8d363d6fbfdf6badefb (diff)
Dafny: Improved default decreases clauses for methods and functions
Dafny: Don't display "alloc" field in BVD Chalice: Fixed error-message parsing error in VS mode
Diffstat (limited to 'Source/Dafny/DafnyAst.cs')
-rw-r--r--Source/Dafny/DafnyAst.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Dafny/DafnyAst.cs b/Source/Dafny/DafnyAst.cs
index f83dd67a..d2c955c1 100644
--- a/Source/Dafny/DafnyAst.cs
+++ b/Source/Dafny/DafnyAst.cs
@@ -1597,7 +1597,7 @@ namespace Microsoft.Dafny {
}
}
- class MatchStmt : Statement {
+ public class MatchStmt : Statement {
[ContractInvariantMethod]
void ObjectInvariant() {
Contract.Invariant(Source != null);