summaryrefslogtreecommitdiff
path: root/test/files/neg/t4851.check
Commit message (Collapse)AuthorAgeFilesLines
* SI-6923 Context now buffers warnings as well as errorsBrian McKenna2013-01-071-1/+7
| | | | | | | | | | | | | | Code that was silently typed would not report warnings, even if it returned a successful result. This appeared in the following code which didn't show warnings even with -Ywarn-adapted-args: def foo(a: Any) = a; foo(1, 2) While the following would show the expected warning: def foo[A](a: Any) = a; foo(1, 2)
* Renamed tests named bugXXX to tXXX, no review.Paul Phillips2011-08-241-0/+43