aboutsummaryrefslogtreecommitdiff
path: root/tests/pos/singletons.scala
Commit message (Collapse)AuthorAgeFilesLines
* Test other forms of singleton types.Martin Odersky2015-08-231-2/+18
| | | | | Tested are now other numeric values, strings, booleans, which are all legal singleton types.
* Tests of functionality.Martin Odersky2015-08-231-0/+40
As the comment in pos/singletons.scala says, we currently test only constant propagation during typer. We should also have a test that literalize produces the literals in the right places.