Skip to content

Give a warning if a local variable is assigned to but never read #76

@JukkaL

Description

@JukkaL

The type checker should give a warning if a local variable is only assigned to but never read.
This is usually a result of a misspelled variable name.

Perhaps only do this if warnings have been explicitly enabled using a command line option or via some other mechanism.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions