haskell-language-server-2.7.0.0: plugins/hls-eval-plugin/test/testdata/TSetup.expected.hs
-- The setup section is executed before any other test module TSetup where -- $setup -- >>> x=11 -- >>> y=22 -- >>> x+y -- 33 -- >>> x*y -- 242
-- The setup section is executed before any other test module TSetup where -- $setup -- >>> x=11 -- >>> y=22 -- >>> x+y -- 33 -- >>> x*y -- 242