mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-07 15:35:40 +07:00
GitOrigin-RevId: 3b8029ab460672b286d7b1cf96fd35bf9c57bf59
8 lines
80 B
Python
8 lines
80 B
Python
class MyClazz:
|
|
pass
|
|
|
|
a = MyClazz()
|
|
|
|
def foo(x):
|
|
b = MyClazz()
|
|
c = M<caret> |