-
-
Notifications
You must be signed in to change notification settings - Fork 393
Open
Description
- the class Boolean is abstract, only the subclasses have instances.
- current implementation already does not allow #new (and throws an error)
But
Boolean isAbstract
currently returns false, but IMHO it should return true (which is more formally correct)
So we should implement Boolean(class)>>#isAbstract to return true