Skip to content

Unclear intent in error message for unused parameter property #9601

@zpdDG4gta8XKpMCd

Description

@zpdDG4gta8XKpMCd

nightly build

image

class A {
    constructor(
        private used: string
    ) {
        alert(used);
    }
}

new A('');

Metadata

Metadata

Assignees

No one assigned

    Labels

    BugA bug in TypeScriptDomain: Error MessagesThe issue relates to error messagingGood First IssueWell scoped, documented and has the green lightHelp WantedYou can do this

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions