Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
python
/
testData
/
inspections
/
PyMethodMayBeStaticInspection
/
staticMethod.py
blob: bfc86b0152960d862ab866b00e714549db147652 [
file
] [
log
] [
blame
]
__author__
=
'ktisha'
class
Foo
(
object
):
@staticmethod
def
foo
(
param
):
# <-method here should not be highlighted
return
"foo"