Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

                        return kotlinType?.toKtNonErrorType(analysisContext)
                    }
                }
    
                is KtBlockExpression -> {
                    if (expression == parentExpression.statements.lastOrNull()) {
                        val functionLiteral = parentExpression.parent as? KtFunctionLiteral
                        if (functionLiteral != null) {
    Plain Text
    - Registered: Fri May 03 08:18:13 GMT 2024
    - Last Modified: Tue Oct 24 20:59:56 GMT 2023
    - 15.5K bytes
    - Viewed (0)
Back to top