Skip to content

The __proto__ of a CoffeeScript class isn't the base class #41

@provegard

Description

@provegard

Investigate if this is ok or wrong!

Given:

class Base
class Sub extends Base

...inspecting the properties of a Sub instance shows the proto property to be named Sub as well. That in turn has Base as proto.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions