Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
python
/
testData
/
quickFixes
/
PyRemoveStatementQuickFixTest
/
only.py
blob: 7b299625dca797acb5ce01fc2ed8dd5ea69bc722 [
file
] [
log
] [
blame
]
class
B
(
object
):
def
__init__
(
self
):
# error
<
warning descr
=
"Cannot return a value from __init__"
>
return
<
caret
>
1
</
warning
>