Skip to content

Instance vars not prepended with self #11

@iuliux

Description

@iuliux

The second operator in a conditional (being instance variable) is mistranslated to a global variable. Example:

boolean b = (v1 == v2);

is turned into:

b = (self.v1 == v2)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions