aboutsummaryrefslogtreecommitdiff
path: root/tests/pending/import-rewrite/file.scala
Commit message (Collapse)AuthorAgeFilesLines
* Fix #1457: Three incompatbilities with scalacMartin Odersky2016-08-231-10/+0
| | | | | | | | Two of these are unavoidable. I moved the tests to diabled/not-representable and added in each case a comment to the main scala file detailing why there is a deviation. The last one (import-rewrite) is fixed.
* Three incompatibilities with scalac.Ólafur Páll Geirsson2016-08-231-0/+10
Using Scala 2.11.8 and dotty at bcfa3be8cfe2be. cc/ #1457