mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-21 20:54:49 +07:00
13 lines
120 B
Python
13 lines
120 B
Python
|
|
a = ""
|
|
|
|
def b(c):
|
|
pass
|
|
|
|
|
|
<warning descr="'str' object is not callable">@<caret>a</warning>
|
|
@b
|
|
def foo():
|
|
pass
|
|
|