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

module T7272 where

import T7272a

class C (a :: k)