Add a failing test for formatting Tuple[int, str, int]

This commit is contained in:
Dmitry Shachnev
2018-07-13 21:08:58 +03:00
parent 9fcbfa859e
commit 1e11634d51
2 changed files with 9 additions and 1 deletions

View File

@@ -62,3 +62,7 @@ class CustomAnnotation:
def f11(x: CustomAnnotation(), y: 123) -> None:
pass
def f12() -> Tuple[int, str, int]:
pass