summaryrefslogblamecommitdiff
path: root/test/files/run/reify_newimpl_25.check
blob: f9a5d7b578254582544a782023bf8e485bffa514 (plain) (tree)
1
2
3
4
5
6
7
8
9


                                           





                                         


                                                                                 

               
            
Type in expressions to have them evaluated.
Type :help for more information.

scala> {
  import scala.reflect.runtime.universe._
  val x = "2"
  val tt = implicitly[TypeTag[x.type]]
  println(tt)
}
<console>:14: free term: Ident(TermName("x")) defined by res0  in <console>:13:14
         val tt = implicitly[TypeTag[x.type]]
                            ^
TypeTag[x.type]

scala> :quit