summaryrefslogtreecommitdiff
path: root/test/files/neg/bug1275.scala
Commit message (Collapse)AuthorAgeFilesLines
* 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)