Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for KtCallableSymbol (0.15 sec)

  1. analysis/analysis-api-fe10/src/org/jetbrains/kotlin/analysis/api/descriptors/components/KtFe10OverrideInfoProvider.kt

        }
    
        override fun getImplementationStatus(
            memberSymbol: KtCallableSymbol,
            parentClassSymbol: KtClassOrObjectSymbol
        ): ImplementationStatus?  {
            throw NotImplementedError("Method is not implemented for FE 1.0")
        }
    
        override fun unwrapFakeOverrides(symbol: KtCallableSymbol): KtCallableSymbol {
    Plain Text
    - Registered: Fri May 03 08:18:13 GMT 2024
    - Last Modified: Wed Nov 30 19:49:14 GMT 2022
    - 3.3K bytes
    - Viewed (0)
Back to top