summaryrefslogtreecommitdiff
path: root/test/files/run/t8756.scala
Commit message (Collapse)AuthorAgeFilesLines
* SI-8756 Test to demonstrate the status quoJason Zaugg2016-05-181-0/+22
Java generic signatures assume that refinement types should be boxed. Why did `g2` in the test seem to be immune to this bug demonstrated by `f2`? Because we opt to elide the generic signature altogether when no generics are involved.