Skip to content

Class Boolean should be abstract #17557

@astares

Description

@astares
  • 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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions