Sign in
android
/
platform
/
external
/
jetbrains
/
kotlin
/
refs/heads/compose-dev
/
.
/
idea
/
resources-en
/
inspectionDescriptions
/
IfThenToSafeAccess.html
blob: 7baafc1811193029cd7ffd0e59c20df7e97794f9 [
file
] [
log
] [
blame
] [
edit
]
<html>
<body>
This inspection reports
<b>
if-then
</b>
expressions that can be folded into safe-access (
<b>
?.
</b>
) expressions.
</body>
</html>