aboutsummaryrefslogtreecommitdiff
path: root/tests/run/Course-2002-10.check
Commit message (Collapse)AuthorAgeFilesLines
* Avoid spurious StaleSymbol error in <refinement> membersMartin Odersky2015-06-161-0/+46
Refinement classes and their members could give spurious stale symbol errors if the symbol is loaded in a different run than the classfile containing it. The problem is that refinement classes do not form part of the scope of their owners. The fix assumes that refinement classes are always "stillValid".