aboutsummaryrefslogtreecommitdiff
path: root/tests/run/t8017
Commit message (Collapse)AuthorAgeFilesLines
* Fix bridge creation for value classesGuillaume Martres2015-05-232-0/+43
As the comment in the code says: "In general, a bridge is needed when the signature of the closure method after Erasure contains an ErasedValueType but the corresponding type in the functional interface is not an ErasedValueType." So we need to check if _at least one_ of the type needs to be adapted, not if _all of them_ need to, the use of "forall" was an error.