Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Inference (0.17 sec)

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

            return possibleReceivers.filterIsInstance<KtClassLikeSymbol>()
        }
    
        /**
         * Returns true if we consider that [this] extension function prefixed with [actualReceiverType] in
         * a KDoc reference should be considered as legal and resolved, and false otherwise.
         *
         * This is **not** an actual type check, it is just an opinionated approximation.
         * The main guideline was K1 KDoc resolve.
         *
    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