summaryrefslogtreecommitdiff
path: root/testsuite/tests/polykinds/T7272.hs-boot
blob: 7fe8de68b8c525a2bb68b23dfd0f6e330a60214d (plain)
1
2
3
4
5
{-# LANGUAGE PolyKinds, RoleAnnotations #-}

module T7272 where

class C (a :: k)