aboutsummaryrefslogtreecommitdiff
path: root/tests/neg/i1643.scala
Commit message (Collapse)AuthorAgeFilesLines
* fix failing testliu fengyun2016-11-161-1/+1
|
* Disallow wildcard arguments in newMartin Odersky2016-11-051-0/+19
These might lead to bad bounds if unchecked. Scalac disallows them also, but with a confusing error message ("class type expected" on the class).