summaryrefslogtreecommitdiff
path: root/test/files/run/t4396.check
Commit message (Collapse)AuthorAgeFilesLines
* Add since arg to deprecationWarning and use itSimon Ochsenreither2016-05-291-1/+1
|
* SI-8185 Correct grammar for single-warning compilation runFrançois Garillot2014-05-141-1/+1
|
* SI-5479 deprecate DelayedInit outside of AppAdriaan Moors2014-02-191-0/+1
| | | | | | | | | | | | | | DelayedInit's semantics are way too surprising. For example, it delays initialization of fields, so that fields on objects that extend `App` (which `extends DelayedInit`) are not initialized until the `main` method is called. For more details and a proposed alternative, see https://issues.scala-lang.org/browse/SI-4330?jql=labels%20%3D%20delayedinit%20AND%20resolution%20%3D%20unresolved. Support for `App` will continue -- we'll special case it.
* Closes #4380. No review.Martin Odersky2011-04-111-0/+1
|
* Closes #4396. No review.Martin Odersky2011-04-111-0/+4