summaryrefslogtreecommitdiff
path: root/test/files/pos/t4237.scala
Commit message (Collapse)AuthorAgeFilesLines
* SI-8969 Accept poly+implicit for assignment syntaxSom Snytt2017-03-091-2/+13
| | | | | | | | | | | | | Follow-up to fb061f22d4c35df626d9651e017820a11f8fe56e which allowed the type param only. Reported: ``` scala> object Test { | def a[R](implicit s: List[R]):Int = 0 | def a_=[R](v: Int)(implicit s: List[R]) = () | } ```
* Renamed tests named bugXXX to tXXX, no review.Paul Phillips2011-08-241-0/+6