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

speed.impl.WithContext.scala Maven / Gradle / Ivy

The newest version!
package speed.impl

import scala.reflect.macros.Context

trait WithContext {
  val c: Context

  def trace(msg: String): Unit = {}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy