summaryrefslogblamecommitdiff
path: root/test/files/neg/macro-reify-typetag-useabstypetag.check
blob: 7c67b02aa606c1eec62b7b4d3f8189f01a28b20f (plain) (tree)
1
2
3
4
5
6
7






                                                     
Test.scala:5: error: No TypeTag available for T
    println(implicitly[TypeTag[T]])
                      ^
Test.scala:6: error: No TypeTag available for List[T]
    println(implicitly[TypeTag[List[T]]])
                      ^
two errors found