Skip to content

Incorrect use handling by TC for ==> and <==> #792

Closed
@PaulKlint

Description

@PaulKlint

After type checking this program:

value main(list[value] args) {
    xyz = false;
    c = true ==> xyz;
    return true;
}

the use of the variable xyz does not occur in the configuration returned by the type checker.

Replacing ==> by <==> has the same effect, however using == works fine.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions