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

5 lines
135 B
HTML

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