Sign in
android
/
platform
/
external
/
jetbrains
/
kotlin
/
refs/heads/compose-dev
/
.
/
idea
/
resources-en
/
inspectionDescriptions
/
ConvertTryFinallyToUseCall.html
blob: cd317e9422f8bc7d37fd5fe9e2a982e8da10922b [
file
] [
log
] [
blame
] [
edit
]
<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>