haskell-language-server-2.14.0.0: plugins/hls-notes-plugin/test/testdata/HoverNote.hs
module HoverNotes where
{- Note [Normal-Notes]
~~~
Content of Normal Notes
-}
{- Note [Multi-Notes-one]
~~~
Content of Multi-Notes-one
Note [Multi-Notes-two]
~~~
Content of Multi-Notes-two
-}
-- Note [Single Comment Declaration]
-- ~~~
-- Content of Single Comment Declaration
-- -}
foo :: Int
foo = 42
-- Note [Normal-Notes]
-- Note [Multi-Notes-one]
-- Note [Multi-Notes-two]
-- Note [Single Comment Declaration]