mirror of
https://github.com/davidhalter/jedi.git
synced 2026-02-03 07:42:44 +08:00
Reverted 10f5e1 --- needed some more work to get it working again
This commit is contained in:
@@ -153,3 +153,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
|
||||
|
||||
Reference in New Issue
Block a user