summaryrefslogtreecommitdiff
path: root/testsuite/tests/rename/should_compile/T22513g.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/rename/should_compile/T22513g.hs')
-rw-r--r--testsuite/tests/rename/should_compile/T22513g.hs5
1 files changed, 5 insertions, 0 deletions
diff --git a/testsuite/tests/rename/should_compile/T22513g.hs b/testsuite/tests/rename/should_compile/T22513g.hs
new file mode 100644
index 0000000000..1895b70bc2
--- /dev/null
+++ b/testsuite/tests/rename/should_compile/T22513g.hs
@@ -0,0 +1,5 @@
+{-# LANGUAGE ScopedTypeVariables #-}
+module T22513g where
+import Data.Kind
+
+data T k (id::head) (b::k) :: k2 -> head -> Type \ No newline at end of file