Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for KtTypeErrorType (0.23 sec)

  1. analysis/analysis-api-fe10/src/org/jetbrains/kotlin/analysis/api/descriptors/types/KtFe10TypeErrorType.kt

    import org.jetbrains.kotlin.analysis.api.types.KtTypeErrorType
    import org.jetbrains.kotlin.analysis.api.types.KtTypeNullability
    import org.jetbrains.kotlin.types.error.ErrorType
    import org.jetbrains.kotlin.types.error.ErrorTypeKind
    
    internal class KtFe10TypeErrorType(
        override val fe10Type: ErrorType,
        override val analysisContext: Fe10AnalysisContext
    ) : KtTypeErrorType(), KtFe10Type {
        init {
    Plain Text
    - Registered: Fri Apr 26 08:18:10 GMT 2024
    - Last Modified: Thu Jan 12 10:48:21 GMT 2023
    - 1.8K bytes
    - Viewed (0)
Back to top