IDEA-384866 add the "New in 2026.1" label to IncorrectLazyConstantUsageInspection

suggested by bvh in IJ-CR-192061


(cherry picked from commit ab89de66f82fca75b4f607ee1532a1538c00b1c0)

IJ-CR-192061

GitOrigin-RevId: 623cd03c11a02b7ea8a1e845450ccf6d2acbe729
This commit is contained in:
Bartek Pacia
2026-02-24 14:03:25 +00:00
committed by intellij-monorepo-bot
parent 0fb3f3ebac
commit dc65540767
@@ -12,5 +12,7 @@ Reports fields of type <code>java.lang.LazyConstant</code> that are not <code>fi
<pre><code>
private LazyConstant&lt;String&gt; x = LazyConstant.of(() -&gt; "expensive string");
</code></pre>
<p><small>New in 2026.1</small></p>
</body>
</html>