Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. analysis/analysis-api-fe10/src/org/jetbrains/kotlin/analysis/api/descriptors/components/KtFe10TypeProvider.kt

            val typeParameterOwner = constructor.declarationDescriptor as? ClassifierDescriptorWithTypeParameters ?: return null
    
            val mapping = mutableMapOf<TypeParameterDescriptor, BoundTypeArgument>()
            arguments.forEachIndexed { index, typeProjection ->
                val typeParameter = typeParameterOwner.declaredTypeParameters.getOrNull(index) ?: return@forEachIndexed
                var boundTypeArgument: BoundTypeArgument = when {
    Plain Text
    - Registered: Fri Apr 26 08:18:10 GMT 2024
    - Last Modified: Mon Jan 29 09:37:59 GMT 2024
    - 23.3K bytes
    - Viewed (0)
Back to top