summaryrefslogtreecommitdiff
path: root/test/files/neg/t5666.check
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Merge pull request #2957 from paulp/pr/parser-improvements"François Garillot2013-09-241-12/+12
| | | | | This reverts commit 884e1ce762d98b29594146d37b85384581d9ba96, reversing changes made to f6fcc4431f272c707d49de68add532c452dd4b0f.
* SI-7854, SI-6768 better parsing/positioning in parserPaul Phillips2013-09-181-12/+12
| | | | | | | | | | | | The parser hole I found while working on the generated positions serves as the umbrella for a host of improvements. Upgraded positions assigned during some specific challenging situations mostly involving the creation of synthetic trees, e.g. for comprehensions and closures. While doing so improved some error messages. Eliminated some of the most glaring duplication in the parser. It's written like there is some payoff associated with being spectacularly imperative. Not so far.
* Generate abstract methods in scala.Byte and friends.Paul Phillips2012-06-061-18/+18
| | | | | Rather than stub implementations. This saves over 50K of bytecode. I also added the necessary imports to silence the feature warnings.
* Hackaround for people who like to instantiate the uninstantiable.Paul Phillips2012-05-011-1/+28
| | | | | | Closes SI-5666 again. (I don't have the least clue how I'm supposed to issue the error.)
* One more checkfile update.Paul Phillips2012-04-161-1/+1
|
* Fix for test checkfile.Paul Phillips2012-04-151-29/+2
|
* Adds test and check files for SI-5666. Covers common non-newable types.Simon Ochsenreither2012-04-131-0/+37