Files
kotlin-fork/idea/resources/inspectionDescriptions/MayBeConstant.html
T
2017-12-15 13:05:50 +03:00

7 lines
187 B
HTML

<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>