Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for toMap (0.15 sec)

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

                        "but type '${this.renderForDebugging()}' has ${argumentTypes.size} type arguments."
            }
    
            val substitutor = substitutorByMap(typeParameterSymbols.zip(argumentTypes).toMap(), session)
            return superTypes.asSequence().map {
                val type = substitutor.substituteOrSelf(it)
                if (shouldApproximate) {
                    session.typeApproximator.approximateToSuperType(
    Plain Text
    - Registered: Fri Apr 26 08:18:10 GMT 2024
    - Last Modified: Tue Feb 20 08:50:04 GMT 2024
    - 16.3K bytes
    - Viewed (0)
Back to top