Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for KtProperty (0.34 sec)

  1. 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 -> {
    Plain Text
    - Registered: Wed May 01 11:36:15 GMT 2024
    - Last Modified: Wed Dec 20 20:38:19 GMT 2023
    - 11.1K bytes
    - Viewed (0)
Back to top