diff options
Diffstat (limited to 'tests/basics/annotate_var.py.exp')
-rw-r--r-- | tests/basics/annotate_var.py.exp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/basics/annotate_var.py.exp b/tests/basics/annotate_var.py.exp new file mode 100644 index 000000000..9b6536e96 --- /dev/null +++ b/tests/basics/annotate_var.py.exp @@ -0,0 +1,5 @@ +False +1 +(1, 2) +NameError +1 |