hls-class-plugin-1.1.0.0: test/testdata/Inline.expected.hs
{-# LANGUAGE InstanceSigs #-}
module Inline where
data A
instance Eq A where (==) :: A -> A -> Bool
(==) = _
{-# LANGUAGE InstanceSigs #-}
module Inline where
data A
instance Eq A where (==) :: A -> A -> Bool
(==) = _