Skip to content

Transpile crashes when using for loops with expressions #367

@andreiradu

Description

@andreiradu
let i = 0;
for(i=2 * 2; i < 7; ++i)
{

}

throws a transpiler exception.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions