summaryrefslogtreecommitdiff
path: root/test/files/neg/bug961.check
Commit message (Collapse)AuthorAgeFilesLines
* A raw tree was making its way into an error mes...Paul Phillips2011-01-281-1/+1
| | | | | | A raw tree was making its way into an error message. Removed. Closes #4196, no review.
* If I work on this patch any longer without chec...Paul Phillips2010-04-051-5/+0
| | | | | | | | | | | | | | | | If I work on this patch any longer without checking in I will go stark raving mad. It is broken up into a couple pieces. This one is the changes to test/. It includes fixing a bunch of tests, removing deprecated constructs, moving jars used by tests to the most specific plausible location rather than having all jars on the classpath of all tests, and some filesystem layout change (continuations get their whole own srcpath.) This would be the world's most tedious review, so let's say no review. [Note: after this commit, I doubt things will build very smoothly until the rest of the partest changes follow. Which should only be seconds, but just in case.]
* Updated neg check files to the new output of r1...Antonio Cunei2009-05-201-3/+3
| | | | | Updated neg check files to the new output of r17773
* now checking for volatile types.Martin Odersky2008-09-041-1/+6
|
* fixed several problems with implicits. Martin Odersky2007-10-311-1/+1
| | | | | | Changed ways inner types of modules print: Module.this.Type => Module.type
* Massive check-in for IDE.Sean McDirmid2007-09-171-1/+1
|
* 1.Martin Odersky2007-07-121-1/+1
| | | | | | | 2. some new tests. 3. split Type.symbol to typeSymbol/termSymbol 4. some fixes to lub opertation
* (no commit message)Martin Odersky2007-03-051-1/+1
|
* fixed bugs 948/971;Martin Odersky2007-03-051-0/+4
added () to parameterless methods with side-effects.