summaryrefslogtreecommitdiff
path: root/testsuite/tests/rename/should_compile/Rn066_A.hs
blob: c6624c3c67c2b40556f9753b10b3d1a20df89ccd (plain)
1
2
3
4
5
6
7
8
9
10
module Rn066_A where

{-# WARNING C "Are you sure you want to do that?" #-}
{-# WARNING op "Is that really a good idea?" #-}

data T = C | D

class Foo a where
  op :: a -> a
  bop :: a -> a