aboutsummaryrefslogtreecommitdiff
path: root/tests/pos/valueclasses/optmatch.scala
Commit message (Collapse)AuthorAgeFilesLines
* Enable pending pos tests related to value classesGuillaume Martres2015-05-011-0/+35
Each test needs to have its own package because pos_all will try to compile the whole valueclasses directory at once. The remaining tests with "extends AnyVal" in tests/pending/pos are related to separate compilation, except for: - t6482.scala and t7022.scala which were fixed by https://github.com/scala/scala/pull/1468 in scalac and seem to trigger a similar bug in FullParameterization - strip-tvars-for-lubbasetypes.scala which was fixed by https://github.com/scala/scala/pull/1758 in scalac