mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-23 20:05:01 +07:00
7 lines
212 B
HTML
7 lines
212 B
HTML
<html>
|
|
<body>
|
|
This inspection reports occurrences of <code>return</code> statements with a return value inside
|
|
<code>__init__</code> methods of classes. A constructor should not return any value.
|
|
</body>
|
|
</html>
|