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