summaryrefslogtreecommitdiff
path: root/testsuite/tests/polykinds/T7272.hs-boot
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/polykinds/T7272.hs-boot')
-rw-r--r--testsuite/tests/polykinds/T7272.hs-boot4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/polykinds/T7272.hs-boot b/testsuite/tests/polykinds/T7272.hs-boot
index fa46e1e463..0fcc02f71b 100644
--- a/testsuite/tests/polykinds/T7272.hs-boot
+++ b/testsuite/tests/polykinds/T7272.hs-boot
@@ -1,5 +1,5 @@
-{-# LANGUAGE PolyKinds #-}
+{-# LANGUAGE PolyKinds, RoleAnnotations #-}
module T7272 where
-class C (a :: k)
+class C (a :: k)@P