Introduce inspection to detect vals might be marked as const
So #KT-20644 Fixed
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user