summaryrefslogtreecommitdiff
path: root/test/files/neg/t2208.check
Commit message (Collapse)AuthorAgeFilesLines
* Better error when abstract methods are missing.Paul Phillips2011-10-141-1/+1
| | | | | | | | When many methods are missing, print a list of signatures the way they need to be implemented, and throw in ??? stub implementations so it should be compilable code. If anyone would like this logic exposed more generally (for the IDE or whatever) just let me know. No review.
* meh.Adriaan Moors2009-10-011-1/+1
|
* fixed #2208Adriaan Moors2009-10-011-0/+4
don't expand type aliases that take type arguments in typedTypeConstructor, as that bypasses refchecks have to expand type alias without type arguments, as AnyRef must disappear (problem with cycles during bootstrap)