Skip to content

Type of Object.groupBy and its callback wrong #187

Description

@zbynek

https://github.com/google/closure-compiler/blob/f2cc20715e86c7dafd6de0f9e06eb2da693903f3/externs/es6.js#L2456

produces multiple signatures that are incorrect. Looks like it was interpreted as

[ function(T, number=): string ] |symbol|number

rather than

function(T, number=): [ string|symbol|number ]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions