[FIR generator] Remove unused class ImplementationWithArg
This commit is contained in:
committed by
Space Team
parent
7b7bcb8ffa
commit
325b152efa
+1
-4
@@ -18,16 +18,13 @@ abstract class InterfaceAndAbstractClassConfigurator {
|
||||
get() = element.allParents.map(::NodeImpl)
|
||||
|
||||
override val origin: NodeImpl
|
||||
get() = if (element.origin == element) this else NodeImpl(element.origin)
|
||||
get() = this
|
||||
|
||||
override fun equals(other: Any?): Boolean = other is NodeImpl && element == other.element
|
||||
|
||||
override fun hashCode(): Int = element.hashCode()
|
||||
}
|
||||
|
||||
protected open val ImplementationKindOwner.origin: ImplementationKindOwner
|
||||
get() = this
|
||||
|
||||
/**
|
||||
* The list of elements of the tree to infer their [ImplementationKind].
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user