Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for errormessage (0.18 sec)

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

                else -> analysisContext.builtIns.getFunction(parameterCount)
            }
    
            val errorMessage = "Descriptor not found for function \"${declaration.name}\""
            return ErrorUtils.createErrorType(ErrorTypeKind.NOT_FOUND_DESCRIPTOR_FOR_FUNCTION, function.typeConstructor, errorMessage)
                .toKtType(analysisContext)
        }
    
        override fun getExpectedType(expression: PsiElement): KtType? {
    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