Skip to content

Cannot define variable with name that is used in getter and setter #77

@TannerGabriel

Description

@TannerGabriel

When a variable is removed from a local initialization but still referenced in a getter/setter, the getter correctly shows an error (Select a valid item in the drop down). However, re-adding the initialization should resolve the error. Instead, the naming logic forces a new variable name, preventing the original reference from being restored.

Screencast.from.2025-08-27.08-30-01.webm

I assume this isn’t the intended behavior, but if it is, feel free to close this issue.

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