summaryrefslogtreecommitdiff
path: root/test/files/run/repl-colon-type.check
Commit message (Collapse)AuthorAgeFilesLines
* Generate abstract methods in scala.Byte and friends.Paul Phillips2012-06-061-7/+9
| | | | | Rather than stub implementations. This saves over 50K of bytecode. I also added the necessary imports to silence the feature warnings.
* New facility: TypeDestructurers.Paul Phillips2012-04-161-3/+170
| | | | | | 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/+57
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.