[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
|
||||
|
||||
class AbbreviatedTypeAttribute(
|
||||
val coneType: ConeKotlinType
|
||||
): ConeAttribute<AbbreviatedTypeAttribute>() {
|
||||
val coneType: ConeKotlinType,
|
||||
) : ConeAttribute<AbbreviatedTypeAttribute>() {
|
||||
override fun union(other: AbbreviatedTypeAttribute?): AbbreviatedTypeAttribute? = null
|
||||
override fun intersect(other: AbbreviatedTypeAttribute?): AbbreviatedTypeAttribute? = null
|
||||
override fun add(other: AbbreviatedTypeAttribute?): AbbreviatedTypeAttribute? = null
|
||||
|
||||
Reference in New Issue
Block a user