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