- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for preliminary (0.06 sec)
-
build-logic/binary-compatibility/src/main/kotlin/gradlebuild/binarycompatibility/sources/KotlinSourceQueries.kt
return collectDescendantsOfType { ktFunction -> // Name check if (ktFunction.fqName?.asString() != functionFqName) { return@collectDescendantsOfType false } // Preliminary extension function check val extensionCandidate = couldBeExtensionFunction && ktFunction.receiverTypeReference != null && method.firstParameterMatches(ktFunction.receiverTypeReference!!) &&Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Tue Jul 08 07:02:19 UTC 2025 - 13.2K bytes - Viewed (0)