summaryrefslogtreecommitdiff
path: root/testsuite/tests/indexed-types/should_compile/T11361.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/indexed-types/should_compile/T11361.hs')
-rw-r--r--testsuite/tests/indexed-types/should_compile/T11361.hs4
1 files changed, 3 insertions, 1 deletions
diff --git a/testsuite/tests/indexed-types/should_compile/T11361.hs b/testsuite/tests/indexed-types/should_compile/T11361.hs
index 7da0062652..89153d4d0b 100644
--- a/testsuite/tests/indexed-types/should_compile/T11361.hs
+++ b/testsuite/tests/indexed-types/should_compile/T11361.hs
@@ -5,8 +5,10 @@
module T11361 where
+import Data.Kind (Type)
+
class Cls a where
- type Fam a b :: *
+ type Fam a b :: Type
-- Multiple defaults!
type Fam a x = FamHelper a x