aboutsummaryrefslogtreecommitdiff
path: root/tests/pos/t1292.scala
Commit message (Collapse)AuthorAgeFilesLines
* Reorganize tests to account for new typing of projectionMartin Odersky2016-02-091-32/+0
| | | | | | Tests with failed projections are moved to pos-scala2, which was renamed from pos-special. Files in pos-scala2 are compiled with -language:Scala2 option.
* Fix for t1292 - legal prefixesMartin Odersky2014-03-211-0/+32
The original test is now in error because the type Meta in the prefix Meta#Event is not stable and contains an abstract member Slog. Even after removing Slog, the test in pos was still in error because the bound type parameters were incorrectly recognized as abstract members. This has been fixed by the changes to Types.