We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a844fa0 commit 833c6a8Copy full SHA for 833c6a8
test/functional/FunctionalCodeAction.hs
@@ -564,9 +564,10 @@ missingPragmaTests = testGroup "missing pragma warning code actions" [
564
let expected =
565
[ "#! /usr/bin/env nix-shell"
566
, "#! nix-shell --pure -i runghc -p \"haskellPackages.ghcWithPackages (hp: with hp; [ turtle ])\""
567
+ , ""
568
, "{-# LANGUAGE ScopedTypeVariables #-}"
569
, "{-# LANGUAGE TypeApplications #-}"
- , "module TypeApplications where"
570
+ , "module AfterShebang where"
571
, ""
572
, "foo :: forall a. a -> a"
573
, "foo = id @a"
0 commit comments