mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-27 13:14:18 +07:00
GitOrigin-RevId: f38d5d5d3ae9529e2ffb8ddd252f399fb6cea7bd
4 lines
75 B
Python
4 lines
75 B
Python
def foo[T: "MyClass"](x: T) -> T: ...
|
|
<ref>
|
|
|
|
class MyClass: ... |