aboutsummaryrefslogtreecommitdiff
path: root/tests/run/shortClass.check
Commit message (Collapse)AuthorAgeFilesLines
* Avoid noise introduced by printing anonymous class numbersMartin Odersky2015-06-201-2/+2
| | | | | | We seem to have an instability where the testing framework influences what numbers anonymous classes are given. We have to deal with this, but not now. For the moment I am masking numbers from the test output.
* Updated check fileMartin Odersky2015-06-201-1/+1
| | | | Difference was in generated number for anonymous classes only.
* Map proxy references in constructors to parametersMartin Odersky2015-06-201-0/+10
Proxy references in constructors can't be left as fields because they can happen before the supercall.