Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for makeNullable (0.15 sec)

  1. analysis/analysis-api-fe10/src/org/jetbrains/kotlin/analysis/api/descriptors/types/KtFe10IntersectionType.kt

    import org.jetbrains.kotlin.analysis.api.lifetime.withValidityAssertion
    import org.jetbrains.kotlin.types.KotlinType
    import org.jetbrains.kotlin.types.SimpleType
    import org.jetbrains.kotlin.types.typeUtil.makeNullable
    
    internal class KtFe10IntersectionType(
        override val fe10Type: SimpleType,
        private val supertypes: Collection<KotlinType>,
        override val analysisContext: Fe10AnalysisContext
    Plain Text
    - Registered: Fri Apr 26 08:18:10 GMT 2024
    - Last Modified: Thu Jan 12 10:48:21 GMT 2023
    - 2K bytes
    - Viewed (0)
Back to top