Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Kirsty (0.3 sec)

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

            val classId = correspondingClassIdIfExists()
            val classIdOfAnother = another.correspondingClassIdIfExists()
            if (classId == classIdOfAnother) return false
    
            // Find the first ClassId matching inner class. If the first matching one is this scope's ClassId, it means this scope is closer
            // than `another`.
    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

            resolveFragmentOfCall: Boolean,
        ): KtCallInfo? {
            if (this is FirCheckNotNullCall)
                return KtSuccessCallInfo(KtCheckNotNullCall(token, argumentList.arguments.first().psi as KtExpression))
    
            createGenericTypeQualifierCallIfApplicable(this, psi)?.let { return it }
    
            if (this is FirResolvedQualifier) {
    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