Closed mrmans0n closed 2 years ago
ComposeModifierReused was ignoring legit violations when reusing modifiers that had deeply nested values, because the KtDotQualifiedExpression handling was not traversing the chained methods to get to the KtReferenceExpression leaf.
ComposeModifierReused
KtDotQualifiedExpression
ComposeModifierReused
was ignoring legit violations when reusing modifiers that had deeply nested values, because theKtDotQualifiedExpression
handling was not traversing the chained methods to get to the KtReferenceExpression leaf.