
scalafix.v0.ResolvedSymbol.scala Maven / Gradle / Ivy
package scalafix.v0
final case class ResolvedSymbol(symbol: Symbol, denotation: Denotation) {
def syntax = s"${symbol.syntax} => ${denotation.syntax}"
def structure =
s"""ResolvedSymbol(${symbol.structure}, ${denotation.structure})"""
override def toString = syntax
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy