summaryrefslogtreecommitdiff
path: root/Test/dafny0/Trait/TraitExtend.dfy
Commit message (Collapse)AuthorAge
* Whitespace deltas in test files (in particular, removing tabs and adjusting ↵Gravatar leino2015-04-03
| | | | some indentation)
* added trait feature:Gravatar Reza Ahmadi2014-07-18
-possibility to declare traits in Dafny -possibility to extend a class by a trait -possibility to override body-less methods