Back to Intellij Community

Description

plugins/kotlin/code-insight/descriptions/resources-en/intentionDescriptions/DoubleBangToIfThenIntention/description.html

2025.3-rc-2143 B
Original Source

Converts an expression that uses the !! operator to an if-then expression that throws a NullPointerException if the expression is null.