summaryrefslogtreecommitdiff
path: root/test/files/neg/t8675b.scala
Commit message (Collapse)AuthorAgeFilesLines
* Fix typos in spec, docs and commentsMichaƂ Pociecha2015-08-231-1/+1
|
* Fix 27 typos (p-r)Janek Bogucki2015-06-301-1/+1
|
* SI-8675 Add another test case for swallowed type errorsJason Zaugg2014-06-261-0/+22
As reported on scala-internals. After tightening up the treatment of undetermined type parameters in SI-7944, the enclosed test case no longer typechecks. And since the regression fixed in the previous commit, the error was swallowed by the typechecker only to be burped up by a crash in the backend.