Introduce inspection to detect vals might be marked as const

So #KT-20644 Fixed
This commit is contained in:
Mikhail Glukhikh
2017-12-07 17:36:13 +03:00
parent 4ec20ad595
commit 70b7e5eb68
20 changed files with 222 additions and 0 deletions
@@ -0,0 +1,6 @@
<html>
<body>
This inspection reports object and top-level <code>val</code> that might be declared as <code>const</code>
for better performance and Java interoperability.
</body>
</html>