summaryrefslogtreecommitdiff
path: root/tests/functional/class_scope.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional/class_scope.txt')
-rw-r--r--tests/functional/class_scope.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/functional/class_scope.txt b/tests/functional/class_scope.txt
new file mode 100644
index 000000000..ea6c45abf
--- /dev/null
+++ b/tests/functional/class_scope.txt
@@ -0,0 +1,4 @@
+used-before-assignment:11:Well.<lambda>:Using variable 'revattr' before assignment
+undefined-variable:13:Well.<lambda>:Undefined variable 'get_attr_bad'
+undefined-variable:19:Well.Sub:Undefined variable 'Data'
+undefined-variable:22:Well.func:Undefined variable 'Sub'