- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for is$prefixRemoved (0.28 sec)
-
build-logic/binary-compatibility/src/main/kotlin/gradlebuild/binarycompatibility/sources/KotlinSourceQueries.kt
val propertyNames = if (hasIsGetterName) listOf(method.name) else { val prefixRemoved = method.name.drop(3) if (hasSetterName && isBoolean) listOf("is$prefixRemoved", prefixRemoved.decapitalize()) else listOf(prefixRemoved.decapitalize()) } val propertyQualifiedNames = propertyNames.map { "$qualifiedBaseName.$it" }
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Thu Jul 04 08:05:22 UTC 2024 - 11.2K bytes - Viewed (0)