KT-7715 Highlight var's that can be replaced by val's
#KT-7715 Fixed
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
<html>
|
||||
<body>
|
||||
This inspection reports mutable local variables (declared with 'var' keyword) that can be made immutable.
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user