Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for FirTypeProjection (0.24 sec)

  1. analysis/analysis-api-fir/src/org/jetbrains/kotlin/analysis/api/fir/components/KtFirReferenceShortener.kt

                    else -> false
                }
            }
        }
    
        private fun findCandidatesForPropertyAccess(
            annotations: List<FirAnnotation>,
            typeArguments: List<FirTypeProjection>,
            name: Name,
            elementInScope: KtElement,
        ): List<OverloadCandidate> {
            val fakeCalleeReference = buildSimpleNamedReference { this.name = name }
    Plain Text
    - Registered: Fri Apr 26 08:18:10 GMT 2024
    - Last Modified: Thu Apr 25 18:51:33 GMT 2024
    - 69.5K bytes
    - Viewed (0)
  2. analysis/analysis-api-fir/src/org/jetbrains/kotlin/analysis/api/fir/components/KtFirCallResolver.kt

         * too few type arguments meaningfully, please provide filler types explicitly.
         */
        private fun toTypeArgumentsMapping(
            typeArguments: List<FirTypeProjection>,
            partiallyAppliedSymbol: KtPartiallyAppliedSymbol<*, *>
        ): Map<KtTypeParameterSymbol, KtType> {
            val typeParameters = partiallyAppliedSymbol.symbol.typeParameters
    Plain Text
    - Registered: Fri Apr 26 08:18:10 GMT 2024
    - Last Modified: Thu Apr 25 18:05:58 GMT 2024
    - 70.8K bytes
    - Viewed (1)
Back to top