hls-refactor-plugin-1.0.0.0: test/data/import-placement/LangPragmaModuleWithComment.expected.hs
{-# LANGUAGE OverloadedStrings #-}
module Test
( SomeData(..)
) where
import Data.Monoid
-- comment
class Semigroup a => SomeData a
instance SomeData All