summaryrefslogtreecommitdiff
path: root/testsuite/tests/rename/should_fail/T19843m.hs
blob: 72c08b2fdde50abb6a57eec02935890fdadcd7c1 (plain)
1
2
3
4
5
6
7
8
9
{-# LANGUAGE DataKinds #-}

module T19843m where

data Foo = LongName
data FongName
wrongName = wrongName

type Bar = WrongName