- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for modifierChangeDetail (0.06 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
build-logic/binary-compatibility/src/main/groovy/gradlebuild/binarycompatibility/rules/KotlinModifiersBreakingChangeRule.groovy
if (operatorChanged || infixChanged) { List<String> changes = [] if (operatorChanged) { changes.add(modifierChangeDetail("operator", newIsOperator)) } if (infixChanged) { changes.add(modifierChangeDetail("infix", newIsInfix)) } return acceptOrReject(member, changes, Violation.error(member, "Breaking Kotlin modifier change")) }Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Thu Oct 06 19:15:15 GMT 2022 - 2.4K bytes - Click Count (0)