summaryrefslogtreecommitdiff
path: root/test/files/run/repl-parens.scala
Commit message (Collapse)AuthorAgeFilesLines
* Sin some more.Paul Phillips2011-11-131-0/+2
| | | | | | | | | | | "Fiddle with lubs and glbs by never considering getClass as a member in a refinement generated from them. In a sense we have justification for this by saying we already treated getClass in an ad-hoc way, so we might as well go all the way." -- m. odersky Closes SI-4846.
* Looking forward to working positions.Paul Phillips2011-07-031-0/+1
|
* Test case for implicits which unwrap typeclasse...Paul Phillips2011-06-131-0/+4
| | | | | | | Test case for implicits which unwrap typeclasses, something which must really live on the edge given the multiple ways we've busted it lately. Also some Array/signature and repl tests. No review.
* More adjustments to repl parsing to accomodate ...Paul Phillips2011-06-011-0/+8
| | | | | | More adjustments to repl parsing to accomodate inaccurately positioned parse trees. No review.
* Fixed a repl regression with parentheses handli...Paul Phillips2011-05-311-0/+14
Fixed a repl regression with parentheses handling, reminding me we really need that honest parser phase which doesn't betray us with parentheses abandonment and dramatic desugarings. I'll promote it from page 14 to page 11. Closes #4661, no review.