summaryrefslogtreecommitdiff
path: root/Source/DafnyExtension/TokenTagger.cs
diff options
context:
space:
mode:
authorGravatar Rustan Leino <leino@microsoft.com>2012-10-22 01:30:55 -0700
committerGravatar Rustan Leino <leino@microsoft.com>2012-10-22 01:30:55 -0700
commitaba7928452a9043ab1cc6f4fd2e0dda4e2273508 (patch)
tree501b905b63f7e369112dfd702d915cbfe067893c /Source/DafnyExtension/TokenTagger.cs
parent066cd4f2a054dd9acfa917ab0d89eed7d9b36d92 (diff)
allow a refinement to introduce "return" statements, at the price of re-verifying the postcondition at that time
let refined classes inherit attributes
Diffstat (limited to 'Source/DafnyExtension/TokenTagger.cs')
-rw-r--r--Source/DafnyExtension/TokenTagger.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/DafnyExtension/TokenTagger.cs b/Source/DafnyExtension/TokenTagger.cs
index f3c158ac..e1f03957 100644
--- a/Source/DafnyExtension/TokenTagger.cs
+++ b/Source/DafnyExtension/TokenTagger.cs
@@ -242,6 +242,7 @@ namespace DafnyLanguage
case "copredicate":
case "datatype":
case "decreases":
+ case "default":
case "else":
case "ensures":
case "exists":