aboutsummaryrefslogtreecommitdiff
path: root/tests/pos/i903.scala
Commit message (Collapse)AuthorAgeFilesLines
* Add tests for wildcards without typesMartin Odersky2015-11-021-0/+2
| | | | As suggested by review.
* Parentheses around a wildcard should not produce a lambdaMartin Odersky2015-11-021-0/+24
`(_)` and `(_: T)` should not be converted to functions x => x (x: T) => x