summaryrefslogtreecommitdiff
path: root/test/files/neg/t4851
Commit message (Collapse)AuthorAgeFilesLines
* SI-6923 Context now buffers warnings as well as errorsBrian McKenna2013-01-071-0/+5
| | | | | | | | | | | | | | 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)
* Begone t1737...Hubert Plociniczak2011-11-023-7/+7
|
* Renamed tests named bugXXX to tXXX, no review.Paul Phillips2011-08-243-0/+49