Skip to content

Bug: incorrect saving repeat statement  #14

@Ruslan227

Description

@Ruslan227

When using the repeat statement in MPS, it is saved as a while statement. I think the problem is in the class RepeatStatementByNode:

public class RepeatStatementByNode extends StatementByNode<SNode> implements WhileStatement

implements WhileStatement -> implements RepeatStatement

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