Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for TypeSignatureVisitor (0.08 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. build-logic/kotlin-dsl-shared-runtime/src/main/kotlin/org/gradle/kotlin/dsl/internal/sharedruntime/codegen/ApiTypeProvider.kt

    private
    fun ApiTypeProvider.Context.apiTypeUsageFor(
        binaryName: String,
        isNullable: Boolean = false,
        variance: Variance = Variance.INVARIANT,
        typeArguments: List<TypeSignatureVisitor> = emptyList(),
        bounds: List<TypeSignatureVisitor> = emptyList()
    ): ApiTypeUsage =
    
        if (binaryName == "?") starProjectionTypeUsage
        else sourceNameOfBinaryName(binaryName).let { sourceName ->
            ApiTypeUsage(
    Created: Wed Dec 31 11:36:14 GMT 2025
    - Last Modified: Wed Mar 12 15:56:18 GMT 2025
    - 20.2K bytes
    - Click Count (0)
Back to Top