Files
openide/python/testData/quickFixes/PyRemoveCallQuickFixTest/class.py
T

6 lines
99 B
Python

class A():
x = ""
b = <warning descr="'str' object is not callable">A().<caret>x()</warning>