diff options
author | Rustan Leino <leino@microsoft.com> | 2011-12-07 17:13:32 -0800 |
---|---|---|
committer | Rustan Leino <leino@microsoft.com> | 2011-12-07 17:13:32 -0800 |
commit | 12db5856187194c02424a5430e7195ad187b451e (patch) | |
tree | fffefda8b62faa2e20c8a9fc88ec2434a9857e9d /Dafny/Dafny.atg | |
parent | 5fb3378890553b423432d4037f5cda07d2052f76 (diff) |
Dafny: corrected merge snafus
Diffstat (limited to 'Dafny/Dafny.atg')
-rw-r--r-- | Dafny/Dafny.atg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Dafny/Dafny.atg b/Dafny/Dafny.atg index 6b12a288..3e82cdc9 100644 --- a/Dafny/Dafny.atg +++ b/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));
|