From 8ee42e24a8b13c168e252e547fe909a046241172 Mon Sep 17 00:00:00 2001 From: Dave Halter Date: Mon, 23 Nov 2015 05:48:57 +0100 Subject: [PATCH] Added a test that shouldn't throw an error when using it. However, because we omited statements to use the actual variables the bug is never seen. --- test/static_analysis/iterable.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 test/static_analysis/iterable.py diff --git a/test/static_analysis/iterable.py b/test/static_analysis/iterable.py new file mode 100644 index 00000000..488fb4b3 --- /dev/null +++ b/test/static_analysis/iterable.py @@ -0,0 +1,2 @@ + +a, b = {'asdf': 3, 'b': 'str'}