hls-refactor-plugin-1.0.0.0: test/data/import-placement/MultiLinePragma.expected.hs
{-# OPTIONS_GHC -Wall #-}
{-# LANGUAGE OverloadedStrings #-}
{-# LANGUAGE RecordWildCards,
OverloadedStrings #-}
{-# OPTIONS_GHC -Wall,
-Wno-unused-imports #-}
import Data.Monoid
-- some comment
class Semigroup a => SomeData a
instance SomeData All