summaryrefslogtreecommitdiff
path: root/tests/functional/reused_outer_loop_variable.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional/reused_outer_loop_variable.txt')
-rw-r--r--tests/functional/reused_outer_loop_variable.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/functional/reused_outer_loop_variable.txt b/tests/functional/reused_outer_loop_variable.txt
new file mode 100644
index 000000000..1252ac9d6
--- /dev/null
+++ b/tests/functional/reused_outer_loop_variable.txt
@@ -0,0 +1,4 @@
+redefined-outer-name:7::Redefining name 'i' from outer scope (line 6)
+redefined-outer-name:12::Redefining name 'i' from outer scope (line 11)
+redefined-outer-name:17::Redefining name 'i' from outer scope (line 16)
+redefined-outer-name:22::Redefining name 'a' from outer scope (line 21)