Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

                removeRedundantElements(qualifier)
                when (elementInfoToShorten) {
                    is ShortenType -> typesToShorten.add(elementInfoToShorten)
                    is ShortenQualifier -> qualifiersToShorten.add(elementInfoToShorten)
                    is ShortenThisLabel -> labelsToShorten.add(elementInfoToShorten)
                }
            }
        }
    
        private val KtElement.inSelection: Boolean
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Fri Jun 07 16:54:07 UTC 2024
    - 69.6K bytes
    - Viewed (0)
Back to top