aboutsummaryrefslogtreecommitdiff
path: root/tests/pos-scala2/t2994.scala
Commit message (Collapse)AuthorAgeFilesLines
* Fix bounds checking of hk applied typedMartin Odersky2016-07-141-1/+1
| | | | | Previous logic could only handle classes as constructors. Also, address other reviewers comments.
* Reorganize tests to account for new typing of projectionMartin Odersky2016-02-091-0/+35
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.