mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 22:51:17 +07:00
14 lines
301 B
HTML
14 lines
301 B
HTML
<html>
|
|
<body>
|
|
<p>Reports code fragments that cannot be normally reached.</p>
|
|
<p><b>Example:</b></p>
|
|
<pre><code>
|
|
if True:
|
|
print('Yes')
|
|
else:
|
|
print('No')
|
|
</code></pre>
|
|
<p>As a fix, you might want to check and modify the algorithm to ensure it implements
|
|
the expected logic.</p>
|
|
</body></html>
|