Merge branch 'master' of github.com:rocky/python-uncompyle6

This commit is contained in:
rocky
2020-05-05 22:18:22 -04:00

View File

@@ -1,6 +1,9 @@
# 3.6+ type annotations on variables
from typing import List
# This test program is part of the uncompyle6 test suite
# tests STORE_ANNOTATION and SETUP_ANOTATIONS
# RUNNABLE!
y = 2
x: bool