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

5 lines
158 B
HTML

<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>