Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for KaSmartCastProvider (0.3 sec)

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

        public abstract val useSiteModule: KtModule
    
        override val analysisSession: KaSession get() = this
    
        internal val smartCastProvider: KaSmartCastProvider get() = smartCastProviderImpl
        protected abstract val smartCastProviderImpl: KaSmartCastProvider
    
        internal val diagnosticProvider: KaDiagnosticProvider get() = diagnosticProviderImpl
        protected abstract val diagnosticProviderImpl: KaDiagnosticProvider
    
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Tue Jun 04 18:45:26 UTC 2024
    - 10.9K bytes
    - Viewed (0)
Back to top