Skip to content

NameUse.FindMatches() bug #79

@patrickfrancis

Description

@patrickfrancis

a NameUse in ConditionBlockStatement is not able to find the declaration match if it's declared in the statement.
For example, for(int i; i < 10; i++)

iNameUse.FindMatches().Any() returns false where iNameUse is a NameUse of i under the expression i++

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions