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




                                            
         
                                          



                                       
                                                                                     

                                                     
                



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

scala> 

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

scala> 

scala>