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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

Projects

No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions