Skip to content

Import of a Transition using start inside a State points to the Action:start instead of State::start #2384

Description

@AxelRICHARD

Import of a TransitionUsage using start inside a StateUsage points to the Action:start standard library element instead of State::start.

state def TestDefinition{
        state a;
        transition first start then a;
} 

In this example, start should reference State::start, but instead it references Action:start .

An entry point in the codebase could be ASTTransformer.fixImplicitTransitionSourceFeature

Metadata

Metadata

Assignees

No one assigned

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions