summaryrefslogtreecommitdiff
path: root/test/files/neg/macro-reify-typetag-useabstypetag.check
blob: db88260047894321a9575991239d8c9f0d8b02dc (plain) (blame)
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