Finally fixed pretty much all the tests.

This commit is contained in:
Dave Halter
2017-07-12 23:11:04 +02:00
parent b1dabc8596
commit a647ee1f44
2 changed files with 4 additions and 3 deletions

View File

@@ -75,3 +75,7 @@ def x(b: tuple = (1, 2))->int:
#: E252:11 E252:12 E231:8
def b(a:int=1):
pass
if alpha[:-i]:
*a, b = (1, 2, 3)