Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. analysis/analysis-api-fir/src/org/jetbrains/kotlin/analysis/api/fir/diagnostics/KtCompilerPluginDiagnostic.kt

    /*
     * Copyright 2010-2022 JetBrains s.r.o. and Kotlin Programming Language contributors.
     * Use of this source code is governed by the Apache 2.0 license that can be found in the license/LICENSE.txt file.
     */
    
    package org.jetbrains.kotlin.analysis.api.fir.diagnostics
    
    import com.intellij.psi.PsiElement
    
    interface KtCompilerPluginDiagnostic0 : KtFirDiagnostic<PsiElement> {
        override val diagnosticClass
            get() = KtCompilerPluginDiagnostic0::class
    Plain Text
    - Registered: Fri Apr 26 08:18:10 GMT 2024
    - Last Modified: Tue May 23 19:24:02 GMT 2023
    - 1.3K bytes
    - Viewed (0)
Back to top