blob: bb27c1a4e49f486b3aeb287c4bea21eb8150a6bb [file] [log] [blame]
class A:
@staticmethod
def m(x):
return x
print A.m(1)