summaryrefslogtreecommitdiff
path: root/test/files/pos/t7784.scala
Commit message (Collapse)AuthorAgeFilesLines
* SI-7784 Extend test with enum constantSom Snytt2015-02-281-0/+4
| | | | Because we can.
* SI-7784 Allow a singleton type over a constant value defn.Jason Zaugg2015-02-281-0/+9
When typechecking a `SingletonTypeTree`, we must `deconst` the type of the typechecked reference tree to avoid collapsing `a.type` into a constant type if `a` is a constant value definition.