[FIR] Reformat AbbreviatedTypeAttribute

This commit is contained in:
Kirill Rakhman
2023-09-14 15:24:02 +02:00
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