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