From 037d5fa02ab7148514406942954946520fb473b5 Mon Sep 17 00:00:00 2001 From: Dave Halter Date: Tue, 22 Jul 2014 01:40:36 +0200 Subject: [PATCH] static analysis tests for the 1 + '1' test --- test/static_analysis/operations.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 test/static_analysis/operations.py diff --git a/test/static_analysis/operations.py b/test/static_analysis/operations.py new file mode 100644 index 00000000..afa47f9a --- /dev/null +++ b/test/static_analysis/operations.py @@ -0,0 +1,4 @@ +1 + 1 +1 + 1.0 +#! 6 type-error-operation +1 + '1'