summaryrefslogtreecommitdiff
path: root/python/testData/editing/firstParamStaticmethod.after.py
blob: 0d53971e8ce8d94804b58153006be73c7cc5ce8b (plain)
1
2
3
class A(object):
  @staticmethod
  def foo():