Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for objectNames (0.16 sec)

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

        }
    
        interface LocalObjectNotAllowed : KtFirDiagnostic<KtNamedDeclaration> {
            override val diagnosticClass get() = LocalObjectNotAllowed::class
            val objectName: Name
        }
    
        interface LocalInterfaceNotAllowed : KtFirDiagnostic<KtNamedDeclaration> {
            override val diagnosticClass get() = LocalInterfaceNotAllowed::class
            val interfaceName: Name
        }
    Plain Text
    - Registered: Fri Apr 26 08:18:10 GMT 2024
    - Last Modified: Wed Apr 24 09:49:26 GMT 2024
    - 171.1K bytes
    - Viewed (0)
Back to top