Skip to content

Generic arrow functions not working correctly #239

Description

@phelipetls

This works correctly:

let a = <T>( a: T ) => {
}

But this does not:

let a = <T extends Record<string, any>>( a: T ) => {
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    ArrowFuncThe fundamental difficulty

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions