Skip to content

Attribute access without qualifiers #114

@Leosimetti

Description

@Leosimetti

As with method calls, Odin wants every instance of attribute access to be done via this if no qualifier is specified.

Thus, we want something that resembles the following:

[this x] > n
   seq > @
      s_r888655833
   [] > s_r888655833
      this.state > @

instead of this:

[this x] > n
   seq > @
      s_r888655833
   [] > s_r888655833
      state > @

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions