summaryrefslogtreecommitdiff
path: root/test/files/run/checked.check
Commit message (Collapse)AuthorAgeFilesLines
* Fixed spellingAntonio Cunei2008-08-311-2/+2
|
* Added -nowarn so that scalatest and partest beh...Iulian Dragos2008-07-291-21/+0
| | | | | Added -nowarn so that scalatest and partest behave similarly
* Added -Ycheckinit, which causes all getters to ...Iulian Dragos2008-07-281-0/+35
Added -Ycheckinit, which causes all getters to check that fields are initialized before being used. It reuses the same machinery (and bitmaps) as lazy values. For now it requires the new initialization order (-Xexperimental) to work.