Files
kotlin-fork/idea/resources/intentionDescriptions/ConvertTryFinallyToUseCallIntention/description.html
T

5 lines
162 B
HTML

<html>
<body>
This intention converts a <b>try-finally</b> block with <b>resource.close()</b> in <b>finally</b> into a <b>resource.use()</b> call.
</body>
</html>