Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Fontaine (0.19 sec)

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

                addElementToShorten(createElementToShorten(labeledThisPsi))
            }
        }
    
        private fun KtElement.isInsideOf(another: KtElement): Boolean = another.textRange.contains(textRange)
    
        /**
         * Remove entries from [typesToShorten] and [qualifiersToShorten] if their qualifiers will be shortened
         * when we shorten [qualifier].
         */
    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)
  2. analysis/analysis-api-fir/src/org/jetbrains/kotlin/analysis/api/fir/components/KtFirCallResolver.kt

         * find the containing binary expression and resolve that instead.
         *
         * However, if, say, `+=` resolves to `plusAssign`, then the LHS is self-contained. In this case we do not return the containing binary
         * expression so that the FIR element corresponding to the LHS is used directly.
         */
    Plain Text
    - Registered: Fri Apr 26 08:18:10 GMT 2024
    - Last Modified: Thu Apr 25 18:05:58 GMT 2024
    - 70.8K bytes
    - Viewed (1)
Back to top