Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for backingSmartCastType (0.33 sec)

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

                    other is KaSmartCastInfo &&
                    other.backingSmartCastType == backingSmartCastType &&
                    other.backingIsStable == backingIsStable
        }
    
        override fun hashCode(): Int = Objects.hash(backingSmartCastType, backingIsStable)
    }
    
    public typealias KtSmartCastInfo = KaSmartCastInfo
    
    public class KaImplicitReceiverSmartCast(
        private val backingType: KaType,
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Wed May 22 06:28:35 UTC 2024
    - 3.6K bytes
    - Viewed (0)
Back to top