Files
openide/python/testData/resolve/NewStyleGenericFunctionBoundForwardReference.py
2023-11-27 12:16:54 +00:00

4 lines
75 B
Python

def foo[T: "MyClass"](x: T) -> T: ...
<ref>
class MyClass: ...