mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-01 20:52:37 +07:00
GitOrigin-RevId: b16fffe886d350a54434adb57519eb9c1992e217
6 lines
41 B
Python
6 lines
41 B
Python
def f(a: A):
|
|
pass
|
|
|
|
|
|
class A:
|
|
pass |