summaryrefslogtreecommitdiff
path: root/Source/Dafny/Dafny.atg
diff options
context:
space:
mode:
authorGravatar Rustan Leino <leino@microsoft.com>2011-12-07 17:13:32 -0800
committerGravatar Rustan Leino <leino@microsoft.com>2011-12-07 17:13:32 -0800
commitf5a76b417ad345c611a267e75ca01fbff5658bd8 (patch)
tree4c517c8f57783bc5075da9dabf6b0151a1c46acb /Source/Dafny/Dafny.atg
parent7e7a2c5a8004eff97f8290f9772f25ad608d72ba (diff)
Dafny: corrected merge snafus
Diffstat (limited to 'Source/Dafny/Dafny.atg')
-rw-r--r--Source/Dafny/Dafny.atg1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Dafny/Dafny.atg b/Source/Dafny/Dafny.atg
index 6b12a288..3e82cdc9 100644
--- a/Source/Dafny/Dafny.atg
+++ b/Source/Dafny/Dafny.atg
@@ -285,6 +285,7 @@ ArbitraryTypeDecl<ModuleDecl/*!*/ module, out ArbitraryTypeDecl at>
"type"
{ Attribute<ref attrs> }
Ident<out id> (. at = new ArbitraryTypeDecl(id, id.val, module, attrs); .)
+ SYNC ";"
.
CouplingInvDecl<.MemberModifiers mmod, List<MemberDecl/*!*/>/*!*/ mm.>
= (. Contract.Requires(cce.NonNullElements(mm));