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

ammonite.interp.ExtraCompilerCompatibility.scala Maven / Gradle / Ivy

There is a newer version: 1.6.7-2-c28002d
Show newest version
package ammonite.interp

import scala.tools.nsc.Global

abstract class ExtraCompilerCompatibility {
  def importInfo(g: Global)(t: g.Import) =
    new g.analyzer.ImportInfo(t, 0)
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy