summaryrefslogtreecommitdiff
path: root/test/files/neg/bug1275.scala
Commit message (Collapse)AuthorAgeFilesLines
* Renamed tests named bugXXX to tXXX, no review.Paul Phillips2011-08-241-15/+0
|
* closes #3419: test filesAdriaan Moors2010-08-131-5/+8
| | | | | | | | | | | | omit check that wouldn't work with separate compilation, not needed anymore because compiler has become more robust the actual fix was committed as part of r22512, see #3374 also see #3512 no review
* closes #3374.Adriaan Moors2010-07-081-14/+12
| | | | | review by odersky
* Updated copyright notices to 2010Antonio Cunei2009-12-071-1/+1
|
* Updated (all) copyright notices to 2009Antonio Cunei2009-01-131-1/+1
|
* fixed 1275 by adding minimal early check to Nam...Adriaan Moors2007-08-221-0/+14
fixed 1275 by adding minimal early check to Namers so that overriding of type members in refinements cannot change number of type parameters (in principle the full overriding checks should be performed at a later point, when they don't cause cyclicity errors -- this is TODO)