mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
5 lines
153 B
Python
5 lines
153 B
Python
class B(object):
|
|
def __init__(self): # error
|
|
print ""
|
|
<warning descr="Cannot return a value from __init__">return <caret>1</warning>
|