Skip to content

[Errors] function overload with statements before its implementation #75

@mhegazy

Description

@mhegazy
function foo();
1+1;
function foo():string { return "a" }

Expected: Function implementation expected.

Actual: no error

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