On 26 Jun 2013, at 14:20, Torsten Bergmann <asta...@gmx.de> wrote:

> Boolean new        -> error
> Boolean basicNew   -> is possible
> 
> should we care?

true, false and nil are special since they are unique constant instances, right 
?

To support that notion, it would seem to be sensible to restrict creating bogus 
instances. This is already done for #new.

But maybe #basicNew for these classes cannot be overridden and is needed 
somewhere else ?

Sven


Reply via email to