nitc :: FlowContext :: _loops
Loops appears in loop
, while
, for
, and with continue
# Additional reachable flow that loop up to self.
# Loops appears in `loop`, `while`, `for`, and with `continue`
var loops = new Array[FlowContext]
src/semantize/flow.nit:192,2--194,35