haskell-language-server-2.7.0.0: plugins/hls-refactor-plugin/test/data/import-placement/PragmasThenShebangsMultilineComment.hs
{-# LANGUAGE OverloadedStrings #-}
{-# OPTIONS_GHC -Wall #-}
#! /usr/bin/env nix-shell
#! nix-shell --pure -i runghc -p "haskellPackages.ghcWithPackages (hp: with hp; [ turtle ])"
{- | some multiline
comment
... -}
class Semigroup a => SomeData a
instance SomeData All