summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/rename/should_compile/rn066.hs
blob: c41265ecf5ea02245bb95fa63f1acb7b9658e55a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{-# OPTIONS_GHC -fwarn-warnings-deprecations #-}

-- Test warnings on constructors and class ops

module ShouldCompile where

import Rn066_A

instance Foo T where
  op x  = x
  bop y = y

foo = op C