Sign in
android
/
platform
/
tools
/
idea
/
refs/heads/android10-android13-mainline-tzdata-release
/
.
/
python
/
testData
/
inspections
/
AddCls.py
blob: 01c56356ff5607a6944d3a1b2aea918840acb13b [
file
] [
log
] [
blame
] [
edit
]
class
A
:
@classmethod
def
foo
<
caret
><
error descr
=
"Method must have a first parameter, usually called 'cls'"
>()</
error
>:
# Add 'cls'
pass