summaryrefslogtreecommitdiff
path: root/testsuite/tests/indexed-types/should_fail/T16356_Fail3.hs
blob: da59f5399d7b7266a6506faf19f75bb8d5c7db17 (plain)
1
2
3
4
5
6
7
8
9
{-# LANGUAGE TypeApplications #-}
{-# LANGUAGE TypeFamilies #-}
module T16356_Fail3 where

import Data.Kind

class C a where
  type T1 a
  type T1 @Type a = a