Sign in
android
/
platform
/
external
/
jetbrains
/
kotlin
/
refs/heads/compose-dev
/
.
/
idea
/
resources-en
/
inspectionDescriptions
/
UnnecessaryVariable.html
blob: abab32c21daabd14ba3de5af1c5320d87bc33d9e [
file
] [
log
] [
blame
] [
edit
]
<html>
<body>
This inspection reports local variables either used only in the very next
<b>
return
</b>
statement or exact copies of other variables.
In both cases it's better to inline such a variable.
</body>
</html>