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

scaladoc.compile.CrossVersionSupport.scala Maven / Gradle / Ivy

There is a newer version: 0.0.14
Show newest version
package scaladoc.compile

import scala.tools.nsc._

trait CrossVersionSupport {
  val global: Global
  import global._

  def reportError(pos: Position, message: String, sym: Symbol): Unit = {
    reporter.warning(pos, message)
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy