-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Description
in for_statement, it support these two init node scenarios:
field("init", $.local_variable_declaration),
seq(commaJoined(field("init", $.expression)), ";")
So there can be multiple init: Expression nodes, but this is not parsable in jorje: PA site sample code
public class Me {
{
for ('hoho', 'haha'; i < 3;) {
System.debug(i);
}
}
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels