summaryrefslogtreecommitdiff
path: root/test/files/neg/t3757
Commit message (Collapse)AuthorAgeFilesLines
* Begone t1737...Hubert Plociniczak2011-11-021-1/+1
|
* closes #3575.Adriaan Moors2010-08-202-0/+10
| | | | | | | | | | 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-142-11/+0
| | | | | | | Martin's review indicated this needs a better solution. This reverts commit 6a62875b08f8a2c80aefee313f86429b2793ee2e.
* closes #3757.Adriaan Moors2010-08-142-0/+11
(I verified the added access check does not increase time for ant test-opt) review by odersky