summaryrefslogtreecommitdiff
path: root/tests/functional/a/assign/assignment_from_no_return_2.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional/a/assign/assignment_from_no_return_2.txt')
-rw-r--r--tests/functional/a/assign/assignment_from_no_return_2.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/functional/a/assign/assignment_from_no_return_2.txt b/tests/functional/a/assign/assignment_from_no_return_2.txt
new file mode 100644
index 000000000..4518109ac
--- /dev/null
+++ b/tests/functional/a/assign/assignment_from_no_return_2.txt
@@ -0,0 +1,3 @@
+assignment-from-no-return:18:0::Assigning result of a function call, where the function has no return
+assignment-from-none:26:0::Assigning result of a function call, where the function returns None
+assignment-from-none:33:0::Assigning result of a function call, where the function returns None