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

4 lines
94 B
Python

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