Skip to content

Cannot differentiate between elements in the if block and else block #20

@jmr2000

Description

@jmr2000

Given this model:

if threat.level == high {
    perform soundAlarm {in cause = threat;}
} else {
    action sendNotification {in msg = threat;}
    action beginMonitoring {in target = threat;}
}

We get the following result:
Image

From here we cannot differentiate which action usage corresponds to which if-else-block

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