Phase 33 NORM canon test: enforce normalized dev route for P1/P2/JP mini
This commit is contained in:
@ -46,7 +46,9 @@ impl LoopConditionScope {
|
||||
|
||||
/// Check if this scope contains any loop-body-local variables
|
||||
pub fn has_loop_body_local(&self) -> bool {
|
||||
self.vars.iter().any(|v| v.scope == CondVarScope::LoopBodyLocal)
|
||||
self.vars
|
||||
.iter()
|
||||
.any(|v| v.scope == CondVarScope::LoopBodyLocal)
|
||||
}
|
||||
|
||||
/// Check if all variables in this scope are in the allowed set
|
||||
|
||||
Reference in New Issue
Block a user