Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TypeSignatureVisitor (1.57 sec)

  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(
    Plain Text
    - Registered: Wed Feb 28 11:36:09 GMT 2024
    - Last Modified: Tue Feb 06 19:56:10 GMT 2024
    - 20.8K bytes
    - Viewed (0)
Back to top