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

mdoc.internal.worksheets.Compat.scala Maven / Gradle / Ivy

There is a newer version: 2.2.24
Show newest version
package mdoc.internal.worksheets

import scala.tools.nsc.Global

object Compat {
  def usedDummy() = () // Only here to avoid "unused import" warning.
  implicit class XtensionCompiler(compiler: Global) {
    def close(): Unit = () // do nothing, not available
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy