Scope.inLoop

true if inside a loop (where constructor calls aren't allowed)

struct Scope
bool inLoop;
Suggestion Box / Bug Report