summaryrefslogtreecommitdiff
path: root/test/files/neg/t3757.check
Commit message (Collapse)AuthorAgeFilesLines
* closes #3575.Adriaan Moors2010-08-201-0/+4
| | | | | | | | | | cloneSymbol now preserves privateWithin -- need to reset it explicitly now when before it was assumed to be not to be carried over rewrote accessibility in overriding checks so they're more readable, but hopefully with same semantics review by odersky
* Revert "closes #3757.Adriaan Moors2010-08-141-4/+0
| | | | | | | Martin's review indicated this needs a better solution. This reverts commit 6a62875b08f8a2c80aefee313f86429b2793ee2e.
* closes #3757.Adriaan Moors2010-08-141-0/+4
(I verified the added access check does not increase time for ant test-opt) review by odersky