Skip to content

Incorrect dts for parametrized static var in abstract #50

@kevinresol

Description

@kevinresol
abstract Foo<T>(Int) {
  public static final INST: Foo<String> = null;
}

generated:

export declare class Foo_Impl_ {
	static INST: <T>number
}

Note the extraneous <T> before number is invalid syntax

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