- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for KtProperty (0.06 sec)
-
build-logic/binary-compatibility/src/main/kotlin/gradlebuild/binarycompatibility/sources/KotlinSourceQueries.kt
return collectDescendantsOfType { ktProperty -> when { ktProperty.fqName?.asString() !in propertyQualifiedNames -> false couldBeExtensionProperty -> { ktProperty.receiverTypeReference != null && method.firstParameterMatches(ktProperty.receiverTypeReference!!) } couldBeProperty -> {
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Thu Jul 04 08:05:22 UTC 2024 - 11.2K bytes - Viewed (0)