This intention converts a
try-finally
block with
resource.close()
in
finally
into a
resource.use()
call.