aboutsummaryrefslogtreecommitdiff
path: root/tests/pos/i540.scala
Commit message (Collapse)AuthorAgeFilesLines
* Fix #540 - unbounded array test for wildcard array argumentsMartin Odersky2015-05-061-0/+6
Arrays with wildcard arguments such as Array[_ <: Foo] where Foo is a universal trait are now diagnosed as unbounded generic arrays and are erased to Object.