summaryrefslogtreecommitdiff
path: root/test/files/neg/t6323a.check
blob: 694c79ca5ffebe64ed8305a70385aeb866b612d2 (plain) (blame)
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