summaryrefslogtreecommitdiff
path: root/testsuite/tests/polykinds/T7272.hs
blob: 75896624692f4c1b05286125312eca1fc3739204 (plain)
1
2
3
4
5
6
7
{-# LANGUAGE PolyKinds #-}

module T7272 where

import T7272a

class C (a :: k)