mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-18 12:31:26 +07:00
[java-inspections] PatternVariablesCanBeReplacedWithCast, added tooltip
GitOrigin-RevId: 179451820496eaee58a2e746cd9de7d31e66bebd
This commit is contained in:
committed by
intellij-monorepo-bot
parent
dec10d85c0
commit
80398021c8
@@ -28,6 +28,7 @@ Reports <code>instanceof</code> with patterns and suggests converting them to or
|
||||
String txt = (String) object;
|
||||
System.out.println(txt);
|
||||
</code></pre>
|
||||
<!-- tooltip end -->
|
||||
<p><small>New in 2023.1</small></p>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user