Skip to content

SSA: manage shadowing #31

Description

@jecisc

If we have this:

x = 3

def x(): pass

x = 4

The version of the second SSA variable should be 2 to avoid name conflicts

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