summaryrefslogtreecommitdiff
path: root/test/files/run/t3895.scala
Commit message (Collapse)AuthorAgeFilesLines
* Added separate bitmaps for private and transien...Hubert Plociniczak2010-11-021-0/+6
| | | | | | | | | | Added separate bitmaps for private and transient lazy vals. Closes #3038, #1573. Review by dragos. I had to fix a couple of initialization issues that checkinit forced me to do and that weren't a problem before because the bitmap was serialized even for @transitive. For that I needed to change the setters in checkinit so that they also update the bitmap.
* Closes #3059, #3895 (the only difference betwee...Hubert Plociniczak2010-10-201-0/+30
| | | | | | | | Closes #3059, #3895 (the only difference between this and r23232 is the forced info transformation that ensures that nested objects are viewed as lazy vals). sbt integration requires new starr for this commit to work.
* Reverting r23232. No review.Hubert Plociniczak2010-10-151-30/+0
|
* Fixes #3895.Hubert Plociniczak2010-10-121-0/+30