summaryrefslogtreecommitdiff
path: root/test/files/pos/sd268.scala
Commit message (Collapse)AuthorAgeFilesLines
* Fix more compiler crashes with fields, refinement typesJason Zaugg2016-11-211-0/+17
In the same manner as scala/scala-dev#219, the placement of the fields phase after uncurry is presenting some challenges in keeping our trees type correct. This commit whacks a few more moles by adding a casts in the body of synthetic methods. Fixes scala/scala-dev#268