summaryrefslogtreecommitdiff
path: root/Test/dafny0/Trait/TraitMultiModule.dfy.expect
Commit message (Collapse)AuthorAge
* Fixed some bugs in override axioms (but still missing support for classes ↵Gravatar leino2015-04-05
| | | | | | | with type parameters). Resolve ClassDecl.TraitsTyp as types. Moved declaration of TraitParent and NoTraitAtAll to prelude.
* Whitespace deltas in test files (in particular, removing tabs and adjusting ↵Gravatar leino2015-04-03
| | | | some indentation)
* Resolved further merge issuesGravatar leino2014-08-05
|
* 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