summaryrefslogtreecommitdiff
path: root/testsuite/tests/annotations/should_fail/annfail02.stderr
blob: d52e52abddbb9388591bdbbb0ebc980706405280 (plain)
1
2
3
4
5
6
7
8

annfail02.hs:6:1:
    Not in scope: data constructor ‘Foo’
    In the annotation: {-# ANN Foo (1 :: Int) #-}

annfail02.hs:7:1:
    Not in scope: type constructor or class ‘Bar’
    In the annotation: {-# ANN type Bar (2 :: Int) #-}