summaryrefslogtreecommitdiff
path: root/test/files/neg/bug550.check
Commit message (Collapse)AuthorAgeFilesLines
* added manifests to most parts of standard libra...Martin Odersky2009-08-271-1/+1
| | | | | | | added manifests to most parts of standard library which deal with arrays. One test is temporarily disabled, as it shows a deep problem with multi-dimensional arrays (which was present all along).
* improvements to names / defaults (implicits, ty...Lukas Rytz2009-06-201-1/+1
| | | | | | improvements to names / defaults (implicits, type of defaults, #2064, ...)
* Updated neg check files to the new output of r1...Antonio Cunei2009-05-201-1/+1
| | | | | Updated neg check files to the new output of r17773
* massive new collections checkin.Martin Odersky2009-05-081-1/+1
|
* chyanged implicits so that implicit Builder pat...Martin Odersky2009-03-171-1/+1
| | | | | chyanged implicits so that implicit Builder pattern works.
* Massive check-in for IDE.Sean McDirmid2007-09-171-1/+1
|
* suppress "scala." prefix in string representati...Adriaan Moors2007-04-191-1/+1
| | | | | | suppress "scala." prefix in string representation of types (in error messages,..)
* added colonBurak Emir2007-01-071-2/+2
|
* renamed All->Nothing, AllRef -> Null while keep...Martin Odersky2006-10-061-1/+1
| | | | | | renamed All->Nothing, AllRef -> Null while keeping the old names as aliases.
* Added some testsMartin Odersky2006-04-111-4/+1
|
* removed Windows eol in file test/files/neg/bug5...michelou2006-03-221-3/+3
| | | | | removed Windows eol in file test/files/neg/bug550.check
* 1.Martin Odersky2006-03-201-0/+10
2. Changed method compareTo in class Ordered to compare. 3. Moved retsynch to pending 4. Fixed bug 550