Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for toPartiallyAppliedSymbol (0.2 sec)

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

            val partiallyAppliedSymbol = toPartiallyAppliedSymbol(context) ?: return null
            if (partiallyAppliedSymbol.symbol !is S) return null
            @Suppress("UNCHECKED_CAST")
            return partiallyAppliedSymbol as KtPartiallyAppliedFunctionSymbol<S>
        }
    
        private fun ResolvedCall<*>.toPartiallyAppliedSymbol(context: BindingContext): KtPartiallyAppliedSymbol<*, *>? {
    Plain Text
    - Registered: Fri May 03 08:18:13 GMT 2024
    - Last Modified: Mon Apr 29 12:48:54 GMT 2024
    - 34.8K bytes
    - Viewed (0)
Back to top