blob: bfc86b0152960d862ab866b00e714549db147652 [file] [log] [blame]
Tor Norbye3a2425a2013-11-04 10:16:08 -08001__author__ = 'ktisha'
2
3class Foo(object):
4 @staticmethod
5 def foo(param): # <-method here should not be highlighted
6 return "foo"