Skip to content

Assertion error when a class extends and implements #1374

Closed
@dsa-t

Description

@dsa-t

Trying to compile

class B {
}

interface I {
}

export class A extends B implements I {
}

yields Error [AssertionError]: assertion failed

which comes from

assert(!interfacePrototypes);

Is this intended? Looks like it should be supported.

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