All Downloads are FREE. Search and download functionalities are using the official Maven repository.

scalafix.internal.proxy.GlobalProxy.scala Maven / Gradle / Ivy

The newest version!
package scala.meta.internal.proxy

import scala.reflect.internal.util.Position

import scala.meta.internal.pc.ScalafixGlobal

object GlobalProxy {
  def typedTreeAt(g: ScalafixGlobal, pos: Position): g.Tree = {
    g.typedTreeAt(pos)
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy