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