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
Import of a
TransitionUsageusing start inside aStateUsagepoints to the Action:start standard library element instead of State::start.In this example, start should reference State::start, but instead it references Action:start .
An entry point in the codebase could be ASTTransformer.fixImplicitTransitionSourceFeature