aboutsummaryrefslogtreecommitdiff
path: root/tests/neg/i324.scala
Commit message (Collapse)AuthorAgeFilesLines
* Adapt neg tests to new neg tests checksVladimirNik2016-02-181-2/+2
|
* Survive class of errors in implicit searchMartin Odersky2016-02-121-0/+5
An `C.this` term with erroneous class `C` will get a `NoPrefix` type. A subsequent implicit search on this crashed. This is fixed now. Fixes #324.