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

ammonite.repl.FullReplAPIScalaVersionSpecific.scala Maven / Gradle / Ivy

package ammonite.repl

import scala.reflect.runtime.universe._

trait FullReplAPIScalaVersionSpecific {

  def typeOf[T: WeakTypeTag] = scala.reflect.runtime.universe.weakTypeOf[T]
  def typeOf[T: WeakTypeTag](t: => T) = scala.reflect.runtime.universe.weakTypeOf[T]

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy