From 160b6fca516a6a8925757f131541acf16096291e Mon Sep 17 00:00:00 2001 From: Claude Date: Thu, 17 Dec 2015 15:29:49 +0100 Subject: [PATCH] show off some power :) --- test/completion/pep0484.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/completion/pep0484.py b/test/completion/pep0484.py index d6ec8291..a090b7fa 100644 --- a/test/completion/pep0484.py +++ b/test/completion/pep0484.py @@ -155,3 +155,7 @@ def function_with_assined_class_in_reference(x: X, y: "Y"): #? int() y Y = int + +def just_because_we_can(x: "flo" + "at"): + #? float() + x