Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for renderAsDeclarations (0.29 sec)

  1. analysis/analysis-api-impl-base/tests/org/jetbrains/kotlin/analysis/api/impl/base/test/cases/symbols/AbstractSymbolTest.kt

        }
    
        private fun List<PointerWithRenderedSymbol>.renderDeclarations(): String =
            mapNotNull { it.rendered.takeIf { _ -> it.shouldBeRendered } }.renderAsDeclarations()
    
        private fun List<String>.renderAsDeclarations(): String =
            if (isEmpty()) "NO_SYMBOLS"
            else joinToString(separator = "\n\n")
    
        private fun restoreSymbolsInOtherReadActionAndCompareResults(
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Wed May 29 17:43:55 UTC 2024
    - 18.2K bytes
    - Viewed (0)
Back to top