From 4fe710d4d3507ae859f12e0182888b3c7c7a6238 Mon Sep 17 00:00:00 2001 From: Claude Date: Mon, 15 Feb 2016 18:02:11 +0100 Subject: [PATCH] more tests --- test/completion/pep0484_comments.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/test/completion/pep0484_comments.py b/test/completion/pep0484_comments.py index 6b8b59bd..7707fcc3 100644 --- a/test/completion/pep0484_comments.py +++ b/test/completion/pep0484_comments.py @@ -98,3 +98,8 @@ with foo() as f: """ type hinting on next line should not work """ #? f + +aaa = some_extremely_long_function_name_that_doesnt_leave_room_for_hints() \ + # type: float # We should be able to put hints on the next line with a \ +#? float() +aaa