Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for commonSupertype (2.08 sec)

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

                isNullable = false
            )
    
            return type.asKtType()
        }
    
        override fun commonSuperType(types: Collection<KtType>): KtType? {
            return analysisSession.useSiteSession.typeContext
                .commonSuperTypeOrNull(types.map { it.coneType })
                ?.asKtType()
        }
    
    Plain Text
    - Registered: Fri Apr 26 08:18:10 GMT 2024
    - Last Modified: Tue Feb 20 08:50:04 GMT 2024
    - 16.3K bytes
    - Viewed (0)
Back to top