Back to Intellij Community

Description

plugins/groovy/groovy-psi/resources/intentionDescriptions/DemorgansLawIntention/description.html

2025.3-rc-2103 B
Original Source

Replaces either a || b with !(!a && !b) or a && b with !(!a || !b) inside a boolean expression.