summaryrefslogblamecommitdiff
path: root/test/files/neg/t6323a.check
blob: 670247887ca4019939e972bbdc991ea0222c8439 (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
      val value = u.typeOf[Test]
                          ^
t6323a.scala:11: error: No TypeTag available for Test
      val value = u.typeOf[Test]
                          ^
one error found