aboutsummaryrefslogtreecommitdiff
path: root/tests/pos/i2219.scala
Commit message (Collapse)AuthorAgeFilesLines
* Fix #2219: Fix type applications on WildcardTypeGuillaume Martres2017-04-111-0/+7
Previously we just returned the unapplied WildcardType which is incorrect if the WildcardType is bounded. The proper thing to do is to do the type application on the bounds of the WildcardType and wrap the result in a WildcardType.