Redundant if inspection supports now assignments and just if (...) true else false #KT-13259 Fixed
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<html>
|
||||
<body>
|
||||
Reports <b>if</b> statements which can be simplified to single <b>return</b> statements.
|
||||
Reports <b>if</b> statements which can be simplified to single statements.
|
||||
<p>
|
||||
For example:
|
||||
<code><pre>
|
||||
|
||||
Reference in New Issue
Block a user