Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
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
>