Skip to content

[Errors] function overload missing implementation #92

@mhegazy

Description

@mhegazy
function foo(x);
function foo(x, y);
function bar() { }

Expected: Function overload name must be 'foo'.

Actual: Function implementation expected.

Cyrus says we used to give the same error as the new compiler but changed it after customer complaints.

Metadata

Metadata

Assignees

No one assigned

    Labels

    BugA bug in TypeScriptFixedA PR has been merged for this issue

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions