summaryrefslogtreecommitdiff
path: root/test/files/neg/t2796.scala
Commit message (Collapse)AuthorAgeFilesLines
* deprecate early type defsDen Shabalin2013-08-281-2/+1
| | | | | | 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.
* SI-2796 Warn if early definitions are used with a trait.Jason Zaugg2012-06-261-0/+28
For which they (currently) have no special meaning.