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

ammonite.main.Compat.scala Maven / Gradle / Ivy

There is a newer version: 3.0.0-M0-71-1e75159e
Show newest version
package ammonite.main

import scala.reflect.macros.blackbox.Context

object Compat{
  def copyAnnotatedType(c: Context)
                       (tpe: c.universe.AnnotatedType,
                        newAnnots: List[c.universe.Annotation]) = {
    import c.universe.compat._

    c.universe.AnnotatedType(newAnnots, tpe.underlying)
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy