aboutsummaryrefslogtreecommitdiff
path: root/tests/pos/t3174.scala
Commit message (Collapse)AuthorAgeFilesLines
* Fix refs to inner objectsMartin Odersky2015-06-071-0/+16
| | | | | | | | A reference to an object from anywhere in its module class can be established by the This of the module class. The previous behavior always referenced the object as a term ref which might cause a reference to the outer This which might not be available (since this is not tracked by ExplicitOuter). Brings t3174.scala back from disabled.
* Disable failing tests. See #503Dmitry Petrashko2015-04-301-14/+0
|
* Replace tabs with 4 spaces in Dotty tests.Dmitry Petrashko2015-04-091-0/+0
|
* New testsMartin Odersky2015-01-271-0/+14