We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45aec47 commit a619e5cCopy full SHA for a619e5c
test/functional/Completion.hs
@@ -158,7 +158,7 @@ tests = testGroup "completions" [
158
item <- getCompletionByLabel "Alternative" compls
159
liftIO $ do
160
item ^. label @?= "Alternative"
161
- item ^. kind @?= Just CompletionItemKind_Function
+ item ^. kind @?= Just CompletionItemKind_Struct
162
item ^. detail @?= Just "Control.Applicative"
163
164
, testCase "import second function completion" $ runSession hlsCommand fullCaps "test/testdata/completion" $ do
0 commit comments