Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for KtCallExpression (1.08 sec)

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

                // In certain cases, expressions might be different in PSI and FIR sources.
                // E.g., in 'foo.<expr>bar()</expr>', there is no FIR expression that corresponds to the 'bar()' KtCallExpression.
                return null
            }
    
            return firDefaultStatement.resolvedType
        }
    
        private fun computeOperationDefaultType(defaultStatement: KtExpression): ConeKotlinType? {
    Plain Text
    - Registered: Fri Apr 26 08:18:10 GMT 2024
    - Last Modified: Tue Apr 16 06:40:43 GMT 2024
    - 22.9K bytes
    - Viewed (0)
Back to top