summaryrefslogblamecommitdiff
path: root/test/files/neg/t6323a.check
blob: a80c9a0a81e80cbfce725a40bcab39eeccd12a64 (plain) (tree)
1
2
3
4
5
6
7
8
9

                                                                                                                                                                                    
                                                                                   





                                                     
t6323a.scala:11: `package`.this.materializeTypeTag[Test](scala.reflect.runtime.`package`.universe) is not a valid implicit value for reflect.runtime.universe.TypeTag[Test] because:
failed to typecheck the materialized tag: 
cannot create a TypeTag referring to local class Test.Test: use WeakTypeTag instead
      val value = u.typeOf[Test]
                          ^
t6323a.scala:11: error: No TypeTag available for Test
      val value = u.typeOf[Test]
                          ^
one error found