Skip to content

Left-side assignement Var are inferred in predictable Loop #79

@dolphinau

Description

@dolphinau

Input

for ($i = 0; $i -lt 1000; $i++) 
{
	$i; 
	$i = $i - 1;
	break; 
}

Output

0
0 = 0 - 1

Metadata

Metadata

Assignees

No one assigned

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions