aboutsummaryrefslogtreecommitdiff
path: root/tests/pos-special/i871.flags
Commit message (Collapse)AuthorAgeFilesLines
* Reorganize tests to account for new typing of projectionMartin Odersky2016-02-091-1/+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.
* Deal gracefully with missing return types of abstract menthods.Martin Odersky2015-11-011-0/+1
1) Better error message: "missing return type" instead of `=' expected. 2) Allow them under language:Scala2 Fixes #871