Sign in
android
/
platform
/
external
/
jetbrains
/
kotlin
/
refs/heads/compose-dev
/
.
/
idea
/
resources-en
/
inspectionDescriptions
/
WhenWithOnlyElse.html
blob: 34c09bee2ce2b5e48e8e1d313c3c465df22d20ff [
file
] [
log
] [
blame
] [
edit
]
<html>
<body>
This inspection reports
<b>
when
</b>
expressions with only an
<b>
else
</b>
branch that can be simplified to the
<b>
else
</b>
branch's expression.
</body>
</html>