summaryrefslogtreecommitdiff
path: root/test/files/neg/macro-reify-groundtypetag-usetypetag.check
blob: c678a2a313853128a4caabf675ec42b852399570 (plain) (blame)
1
2
3
4
5
6
7
Test.scala:5: error: No GroundTypeTag available for T
    println(implicitly[GroundTypeTag[T]])
                      ^
Test.scala:6: error: No GroundTypeTag available for List[T]
    println(implicitly[GroundTypeTag[List[T]]])
                      ^
two errors found