Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Var (0.14 sec)

  1. analysis/analysis-api-fe10/src/org/jetbrains/kotlin/analysis/api/descriptors/symbols/descriptorBased/base/Kt1DescUtils.kt

        }
    
        // Generic non-array class literals are not supported in K1
        val typeArguments = descriptor.typeConstructor.parameters.map { StarProjectionImpl(it) }
    
        var type: KotlinType = TypeUtils.substituteProjectionsForParameters(descriptor, typeArguments)
        var classId = value.classId
    
        if (value.arrayDimensions > 0) {
    Plain Text
    - Registered: Fri Apr 26 08:18:10 GMT 2024
    - Last Modified: Thu Apr 25 07:15:56 GMT 2024
    - 33.2K bytes
    - Viewed (0)
Back to top