diff options
author | Alan Zimmerman <alan.zimm@gmail.com> | 2015-05-21 15:48:07 +0200 |
---|---|---|
committer | Alan Zimmerman <alan.zimm@gmail.com> | 2015-05-21 20:24:41 +0200 |
commit | 382eba2bbad73b6dcfb8d0bad3bb2d6cc0ded5a3 (patch) | |
tree | e7d5156773f13acc134926451583f21b24f70cd3 /testsuite/tests/ghc-api/annotations/T10354.stderr | |
parent | 1289c598b91ba3ec7c5313cc20437a41122c1fc2 (diff) | |
download | haskell-wip/api-annots-ghc-7.10.tar.gz |
ApiAnnotatons : AnnDcolon in wrong place for PatBindwip/api-annots-ghc-7.10
Summary:
In the following code fragment
let ls :: Int = undefined
the `::` is attached to the ls function as a whole, rather than to the
pattern on the LHS.
Test Plan: ./validate
Reviewers: hvr, austin
Reviewed By: austin
Subscribers: bgamari, thomie, mpickering
Differential Revision: https://phabricator.haskell.org/D883
GHC Trac Issues: #10396
(cherry picked from commit c488da851c39ca202cdd056091176acbabdd7dd4)
Diffstat (limited to 'testsuite/tests/ghc-api/annotations/T10354.stderr')
-rw-r--r-- | testsuite/tests/ghc-api/annotations/T10354.stderr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/ghc-api/annotations/T10354.stderr b/testsuite/tests/ghc-api/annotations/T10354.stderr index c0f9172c02..1e97b8a2f2 100644 --- a/testsuite/tests/ghc-api/annotations/T10354.stderr +++ b/testsuite/tests/ghc-api/annotations/T10354.stderr @@ -1,3 +1,3 @@ -Test10354.hs:13:8: error: +Test10354.hs:13:8: Not in scope: type constructor or class ‘ForceError’ |