summaryrefslogtreecommitdiff
path: root/testsuite/tests/safeHaskell/overlapping/SH_Overlap10_B.hs
blob: 1efb86c064cf6659eb14d40987d01452b1e89697 (plain)
1
2
3
4
5
6
7
8
{-# OPTIONS_GHC -fwarn-unsafe #-}
module SH_Overlap10_B (
    C(..)
  ) where

class C a where
  f :: a -> String