Sign in
android
/
platform
/
external
/
jetbrains
/
kotlin
/
refs/heads/compose-dev
/
.
/
idea
/
resources-en
/
inspectionDescriptions
/
FoldInitializerAndIfToElvis.html
blob: 4ceb83e2c7b078674ef77ab484f1d4f84d7d9a23 [
file
] [
log
] [
blame
] [
edit
]
<html>
<body>
This inspection reports an
<b>
if
</b>
expression checking variable being null or not right after initializing it that can be converted into an elvis operator in the initializer.
</body>
</html>