Sign in
android
/
platform
/
tools
/
idea
/
refs/heads/android12-security-release
/
.
/
python
/
testData
/
inspections
/
PyUnresolvedReferencesInspection
/
staticMethodParameter.py
blob: 267526b50093676d6a9de19318786be868a57952 [
file
] [
log
] [
blame
] [
edit
]
class
A
:
@staticmethod
def
foo
(
q
):
q
.
bar
()