Files
kotlin-fork/idea/resources/inspectionDescriptions/ConvertTryFinallyToUseCall.html
T

5 lines
183 B
HTML

<html>
<body>
This inspection reports a <b>try-finally</b> block with <b>resource.close()</b> in <b>finally</b> which can be converted to a <b>resource.use()</b> call.
</body>
</html>