summaryrefslogtreecommitdiff
path: root/test/files/neg/t2796.check
Commit message (Collapse)AuthorAgeFilesLines
* deprecate early type defsDen Shabalin2013-08-281-1/+4
| | | | | | This feature is neither properly supported by Scala compiler nor a part of the language spec and therefore should be removed. Due to source compatiblity with 2.10 we need to deprecate it first.
* Made -Xfatal-warnings less immediately fatal.Paul Phillips2012-08-101-1/+3
| | | | | | | Instead of changing warnings to errors mid-stream, at the end of a run I check for condition "no errors, some warnings, and fatal warnings" and then generate an error at that point. This is necessary to test for some warnings which come from later stages.
* SI-2796 Warn if early definitions are used with a trait.Jason Zaugg2012-06-261-0/+4
For which they (currently) have no special meaning.