Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
python
/
testData
/
inspections
/
PyUnresolvedReferencesInspection
/
staticMethodParameter.py
blob: 267526b50093676d6a9de19318786be868a57952 [
file
] [
log
] [
blame
]
class
A
:
@staticmethod
def
foo
(
q
):
q
.
bar
()