summaryrefslogtreecommitdiff
path: root/test/files/run/lazy-override.scala
Commit message (Collapse)AuthorAgeFilesLines
* lazy vals cannot override strict vals and vice ...Martin Odersky2008-06-241-5/+2
| | | | | | lazy vals cannot override strict vals and vice versa; fixed initialization bugs that caused scala and fsc to fail.
* Fixed bug 1194, overriding lazy values.Iulian Dragos2007-07-021-0/+29