Back to Intellij Community

KotlinDoubleNegation

plugins/kotlin/code-insight/descriptions/resources-en/inspectionDescriptions/KotlinDoubleNegation.html

2025.3-rc-277 B
Original Source

Reports redundant double negations.

Example:

val truth = !!true