On Tuesday, 29 November 2016 at 23:00:08 UTC, Stefan Koch wrote: > I fixed a bug in continue break handling. For the record it was an off by one error. The value for unresolvedGotos would add one referencing jump. But the count of referencing would be initialized to zero instead of one.