The labelled continue statement in the acoompanying Groovy code cycles indefinitely, seemingly without the control variable ever changing from zero. The Java implementation appears to work as expected.
Description
The labelled continue statement in the acoompanying Groovy code cycles indefinitely, seemingly without the control variable ever changing from zero. The Java implementation appears to work as expected.