summaryrefslogtreecommitdiff
path: root/Test/dafny0/DisplayExpressions.dfy
Commit message (Collapse)AuthorAge
* Stricter rules about that types need to be completely resolved.Gravatar leino2014-10-08
| | | | | | Renamed "default constructor" to "anonymous constructor" (since there's really nothing "default" about it). If the type of literal "null" is unresolved, make the type "object". The need to translate unresolved proxies is now assumed to be gone.
* Check that type arguments to map display expressions are fully resolvedGravatar Dan Rosén2014-07-11
Also add a test case for the different display expressions.