@@ -146,6 +146,11 @@ if (isDoWhile()) { return true; } return test == null; } + + @Override + public boolean hasPerIterationScope() { + return false; + } }