Supposed to be, yes.
https://lampsvn.epfl.ch/trac/scala/ticket/1591
"Inner objects inside a class are not singletons"
Supposed to be, yes.
The information included in this email and any files transmitted with it may contain information that is confidential and it must not be used by, or its contents or attachments copied or disclosed, to persons other than the intended addressee. If you have received this email in error, please notify BJSS. In the absence of written agreement to the contrary BJSS' relevant standard terms of contract for any work to be undertaken will apply. Please carry out virus or such other checks as you consider appropriate in respect of this email. BJSS do not accept responsibility for any adverse effect upon your system or data in relation to this email or any files transmitted with it. BJSS Limited, a company registered in England and Wales (Company Number 2777575), VAT Registration Number 613295452, Registered Office Address, First Floor, Coronet House, Queen Street, Leeds, LS1 2TW
The reason why it is not in 2.8.1 is because it would have broken binary
compatibility so I doubt you will see it on 2.8.x branch.
And believe me, it wasn't easy to fix that monster.
Thanks,
hubert
As far as I know, objects are lazily initialised, and cannot be overridden. Not sure how a final lazy val differs though.