have only one parameter. If the compiler can parse the signature without any parameters, the parameter does not need to be declared and -> can be omitted. The parameter will be implicitly declared under the name it:” https://kotlinlang.org/docs/lambdas.html#it-implicit-name-of-a-single-p arameter
1. https://github.com/detekt/detekt/blob/main/website/docs/gettingstarted/type-resolution.md The rule 'AvoidReferentialEquality' requires type resolution but it was run without it.
• ./gradlew detektMain などして有効化できる • 手元ではmavenLocalで試せる 1. https://github.com/detekt/detekt/blob/main/website/docs/gettingstarted/type-resolution.md The rule 'AvoidReferentialEquality' requires type resolution but it was run without it.