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

sourcecode.Compat.scala Maven / Gradle / Ivy

package sourcecode

object Compat{
  type Context = scala.reflect.macros.Context
  def enclosingOwner(c: Context) = {
    c.asInstanceOf[scala.reflect.macros.runtime.Context]
      .callsiteTyper
      .context
      .owner
      .asInstanceOf[c.Symbol]
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy