diff options
Diffstat (limited to 'Lib/test/ann_module4.py')
-rw-r--r-- | Lib/test/ann_module4.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Lib/test/ann_module4.py b/Lib/test/ann_module4.py new file mode 100644 index 0000000000..13e9aee54c --- /dev/null +++ b/Lib/test/ann_module4.py @@ -0,0 +1,5 @@ +# This ann_module isn't for test_typing, +# it's for test_module + +a:int=3 +b:str=4 |