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 db4bf1b commit 2074b00Copy full SHA for 2074b00
plugins/hls-tactics-plugin/test/Utils.hs
@@ -46,7 +46,7 @@ pointRange
46
-- | Get the title of a code action.
47
codeActionTitle :: (Command |? CodeAction) -> Maybe Text
48
codeActionTitle InL{} = Nothing
49
-codeActionTitle (InR(CodeAction title _ _ _ _ _ _)) = Just title
+codeActionTitle (InR(CodeAction title _ _ _ _ _ _ _)) = Just title
50
51
52
------------------------------------------------------------------------------
0 commit comments