Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
tools
/
idea
/
3a2425a5aed1bef93dab954745ad5665265eb70b
/
.
/
python
/
testData
/
inspections
/
PyUnresolvedReferencesInspection
/
staticMethodParameter.py
blob: 267526b50093676d6a9de19318786be868a57952 [
file
] [
log
] [
blame
]
class
A
:
@staticmethod
def
foo
(
q
):
q
.
bar
()