[FIR] Reformat AbbreviatedTypeAttribute
This commit is contained in:
committed by
Space Team
parent
51a3fe367c
commit
ad4d021cbf
@@ -8,8 +8,8 @@ package org.jetbrains.kotlin.fir.types
|
|||||||
import kotlin.reflect.KClass
|
import kotlin.reflect.KClass
|
||||||
|
|
||||||
class AbbreviatedTypeAttribute(
|
class AbbreviatedTypeAttribute(
|
||||||
val coneType: ConeKotlinType
|
val coneType: ConeKotlinType,
|
||||||
): ConeAttribute<AbbreviatedTypeAttribute>() {
|
) : ConeAttribute<AbbreviatedTypeAttribute>() {
|
||||||
override fun union(other: AbbreviatedTypeAttribute?): AbbreviatedTypeAttribute? = null
|
override fun union(other: AbbreviatedTypeAttribute?): AbbreviatedTypeAttribute? = null
|
||||||
override fun intersect(other: AbbreviatedTypeAttribute?): AbbreviatedTypeAttribute? = null
|
override fun intersect(other: AbbreviatedTypeAttribute?): AbbreviatedTypeAttribute? = null
|
||||||
override fun add(other: AbbreviatedTypeAttribute?): AbbreviatedTypeAttribute? = null
|
override fun add(other: AbbreviatedTypeAttribute?): AbbreviatedTypeAttribute? = null
|
||||||
|
|||||||
Reference in New Issue
Block a user