summaryrefslogtreecommitdiff
path: root/tests/functional/u/use/used_before_assignment.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional/u/use/used_before_assignment.txt')
-rw-r--r--tests/functional/u/use/used_before_assignment.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/functional/u/use/used_before_assignment.txt b/tests/functional/u/use/used_before_assignment.txt
new file mode 100644
index 000000000..096144dc7
--- /dev/null
+++ b/tests/functional/u/use/used_before_assignment.txt
@@ -0,0 +1,5 @@
+used-before-assignment:8:19::Using variable 'MSG' before assignment:HIGH
+used-before-assignment:10:20::Using variable 'MSG2' before assignment:HIGH
+used-before-assignment:17:21:MyClass.incorrect_typing_method:Using variable 'MyClass' before assignment:HIGH
+used-before-assignment:22:26:MyClass.incorrect_nested_typing_method:Using variable 'MyClass' before assignment:HIGH
+used-before-assignment:27:20:MyClass.incorrect_default_method:Using variable 'MyClass' before assignment:HIGH