summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/TcNullaryTCFail.hs
blob: b00200db2a1730d72931e993beeee69eb49d8bd5 (plain)
1
2
3
4
5
6
{-# LANGUAGE MultiParamTypeClasses #-}
module TcNullaryTCFail where

class A
instance A
instance A