Add "unnecessary local variable" inspection #KT-15958 Fixed
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
<html>
|
||||
<body>
|
||||
This inspection reports local variables either used only in the very next return or exact copies of other variables.
|
||||
In both cases it's better to inline such a variable.
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user