summaryrefslogtreecommitdiff
path: root/test/files/run/checked.scala
Commit message (Collapse)AuthorAgeFilesLines
* Fixed spellingAntonio Cunei2008-08-311-1/+1
|
* Added -Ycheckinit, which causes all getters to ...Iulian Dragos2008-07-281-0/+115
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.