aboutsummaryrefslogblamecommitdiff
path: root/src/dotty/DottyPredef.scala
blob: 007493fcb55a1da9ae403fb0df2e319ef849d51d (plain) (tree)
1
2
3
4
5
6
7
8
9

             
                                             
                       
 

                                         
                                           
 


                                                         
 
package dotty

import scala.reflect.runtime.universe.TypeTag
import scala.Predef.???

/** unimplemented implicit for TypeTag */
object DottyPredef {
  implicit def typeTag[T]: TypeTag[T] = ???

// not yet:
// def classOf[T](implicit ctag: ClassTag[T]): Class[T] =
//    ctag.runtimeClass
}