summaryrefslogtreecommitdiff
path: root/testsuite/tests/annotations/should_fail/annfail02.stderr
blob: 84c954883a51acd6c9bffff052bd644a6afa928c (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) #-}