[FIR generator] Remove FirField
To simplify tree generator for further development and align it with IR and SIR generators.
This commit is contained in:
committed by
Space Team
parent
de775c62c8
commit
105ffb15a5
+2
-2
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright 2010-2023 JetBrains s.r.o. and Kotlin Programming Language contributors.
|
||||
* Copyright 2010-2024 JetBrains s.r.o. and Kotlin Programming Language contributors.
|
||||
* Use of this source code is governed by the Apache 2.0 license that can be found in the license/LICENSE.txt file.
|
||||
*/
|
||||
|
||||
@@ -128,7 +128,7 @@ data class TypeRefWithVariance<out T : TypeRef>(val variance: Variance, val type
|
||||
TypeRefWithVariance(variance, typeRef.substitute(map))
|
||||
}
|
||||
|
||||
interface ElementOrRef<Element> : ParametrizedTypeRef<ElementOrRef<Element>, NamedTypeParameterRef>, ClassOrElementRef
|
||||
sealed interface ElementOrRef<Element> : ParametrizedTypeRef<ElementOrRef<Element>, NamedTypeParameterRef>, ClassOrElementRef
|
||||
where Element : AbstractElement<Element, *, *> {
|
||||
val element: Element
|
||||
|
||||
|
||||
Reference in New Issue
Block a user