summaryrefslogtreecommitdiff
path: root/test/files/neg/bug1275.check
Commit message (Collapse)AuthorAgeFilesLines
* closes #3419: test filesAdriaan Moors2010-08-131-3/+3
| | | | | | | | | | | | 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-3/+5
| | | | | review by odersky
* fixed several problems with implicits. Martin Odersky2007-10-311-1/+1
| | | | | | Changed ways inner types of modules print: Module.this.Type => Module.type
* fixed 1275 by adding minimal early check to Nam...Adriaan Moors2007-08-221-0/+4
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)