summaryrefslogtreecommitdiff
path: root/test/files/run/repl-colon-type.scala
Commit message (Collapse)AuthorAgeFilesLines
* SI-7132 - don't discard Unit type in interpreterDan Rosen2013-03-021-0/+4
|
* New facility: TypeDestructurers.Paul Phillips2012-04-161-0/+8
| | | | | | Would prefer to bake a little longer, but, scala days. More elaboration to come.
* Now :t types declarations as well as expression...Paul Phillips2011-05-291-0/+23
Now :t types declarations as well as expressions, and cleans up the output the same way the repl does so stray unsolved type constraints don't befuddle anyone. Closes #4391, no review.