KT-12100 related: convert try / finally to use() call inspection introduced

This commit is contained in:
Mikhail Glukhikh
2016-11-25 14:45:33 +03:00
parent 59b2608354
commit 468e975580
4 changed files with 26 additions and 0 deletions
@@ -0,0 +1,5 @@
<html>
<body>
This inspection reports a try-finally block with resource.close() in finally which can be converted into the resource.use() call
</body>
</html>