Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getPsiDeclarationInfo (0.24 sec)

  1. analysis/analysis-api-impl-base/tests/org/jetbrains/kotlin/analysis/api/impl/base/test/cases/components/resolveExtensionInfoProvider/AbstractResolveExtensionInfoProviderTest.kt

            renderForTests(scope, this@prettyPrint, printPretty) { symbol ->
                if (symbol is KaDeclarationSymbol) {
                    getPsiDeclarationInfo(symbol)
                } else {
                    null
                }
            }
        }
    
        private fun KaSession.getPsiDeclarationInfo(symbol: KaDeclarationSymbol): String = prettyPrint {
            val ktElement = symbol.psi as? KtElement
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Wed May 22 06:28:34 UTC 2024
    - 3.4K bytes
    - Viewed (0)
Back to top