diff options
author | Alan Zimmerman <alan.zimm@gmail.com> | 2019-01-24 10:14:55 +0200 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2019-01-30 10:06:32 -0500 |
commit | 4bf35da4fccd2a21153a1c19bfa80006e99e02a1 (patch) | |
tree | a530b5f0d17cfe31f5dcf1bce3ebde12d360e0d9 /utils/hsc2hs | |
parent | e7e5f4aebec2f095071a1949bb4595744754ee04 (diff) | |
download | haskell-4bf35da4fccd2a21153a1c19bfa80006e99e02a1.tar.gz |
API Annotations: Parens not attached correctly for ClassDecl
The parens around the kinded tyvars should be attached to the class
declaration as a whole, they are attached to the tyvar instead,
outside the span.
An annotation must always be within or after the span it is contained
in.
Closes #16212
Diffstat (limited to 'utils/hsc2hs')
m--------- | utils/hsc2hs | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/utils/hsc2hs b/utils/hsc2hs -Subproject fac8b62e48f4c99cfe8f3efff63c8fcd94b2a1d +Subproject a816333ae67c54b98cce4ed22621242714967b3 |