Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for fdocs3 (0.14 sec)

  1. analysis/analysis-api-fir/src/org/jetbrains/kotlin/analysis/api/fir/components/KtFirReferenceShortener.kt

            callableShortenStrategy: (FirCallableSymbol<*>) -> ShortenStrategy,
        ): Boolean {
            val fqName = kDocName.getQualifiedNameAsFqName().dropFakeRootPrefixIfPresent()
    
            // KDocs are only shortened if they are available without imports, so `additionalImports` contain all the imports to add
            if (fqName.isInNewImports(additionalImports)) return true
    
    Plain Text
    - Registered: Fri Apr 26 08:18:10 GMT 2024
    - Last Modified: Thu Apr 25 18:51:33 GMT 2024
    - 69.5K bytes
    - Viewed (0)
Back to top