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 0805c3e commit fa1af55Copy full SHA for fa1af55
test/functional/FunctionalCodeAction.hs
@@ -513,8 +513,8 @@ missingPragmaTests = testGroup "missing pragma warning code actions" [
513
contents <- documentContents doc
514
515
let expected =
516
- [ "{-# LANGUAGE TypeApplications #-}"
517
- , "{-# LANGUAGE ScopedTypeVariables #-}"
+ [ "{-# LANGUAGE ScopedTypeVariables #-}"
+ , "{-# LANGUAGE TypeApplications #-}"
518
, "module TypeApplications where"
519
, ""
520
, "foo :: forall a. a -> a"
0 commit comments