mirror of
https://github.com/davidhalter/jedi.git
synced 2026-01-09 13:32:20 +08:00
check 'assigned types'-support (comes out of the jedi-box), and add tests for that
This commit is contained in:
@@ -133,3 +133,12 @@ def function_forward_reference_dynamic(
|
||||
|
||||
def return_str_type():
|
||||
return str
|
||||
|
||||
|
||||
X = str
|
||||
def function_with_assined_class_in_reference(x: X, y: "Y"):
|
||||
#? str()
|
||||
x
|
||||
#? int()
|
||||
y
|
||||
Y = int
|
||||
|
||||
Reference in New Issue
Block a user