Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for repository (0.18 sec)

  1. analysis/analysis-api-fir/src/org/jetbrains/kotlin/analysis/api/fir/references/KDocReferenceResolver.kt

            return isPossiblySuperTypeOf(extensionReceiverType, actualReceiverType)
        }
    
        /**
         * Same constraints as in [canBeReferencedAsExtensionOn].
         *
         * For a similar function in the `intellij` repository, see `isPossiblySubTypeOf`.
         */
        private fun KtAnalysisSession.isPossiblySuperTypeOf(type: KtType, actualReceiverType: KtType): Boolean {
            // Type parameters cannot act as receiver types in KDoc
    Plain Text
    - Registered: Fri Apr 26 08:18:10 GMT 2024
    - Last Modified: Fri Apr 19 11:06:47 GMT 2024
    - 22.6K bytes
    - Viewed (0)
Back to top