Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for NotSupportedForK1Exception (0.19 sec)

  1. analysis/analysis-api/src/org/jetbrains/kotlin/analysis/api/NotSupportedForK1Exception.kt

     */
    
    package org.jetbrains.kotlin.analysis.api
    
    
    /**
     * Exception indicating that a certain operation is not supported for the K1 version of Analysis API
     */
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Fri Oct 06 11:39:33 UTC 2023
    - 436 bytes
    - Viewed (0)
  2. analysis/analysis-api-fe10/src/org/jetbrains/kotlin/analysis/api/descriptors/KtFe10AnalysisSession.kt

        override val metadataCalculatorImpl: KaMetadataCalculator
            get() = throw NotSupportedForK1Exception()
    
        @Suppress("AnalysisApiMissingLifetimeCheck")
        override val substitutorProviderImpl: KaSubstitutorProvider
            get() = throw NotSupportedForK1Exception()
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Thu May 23 08:30:49 UTC 2024
    - 5.3K bytes
    - Viewed (0)
Back to top