Files
openide/python/testData/psi/BadDecoratorNotMethod.py
T

4 lines
94 B
Python

class Foo(object):
@staticmethod
def bad_method(): #test
pass