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.
Names
matchMethod
1 parent 6f05c56 commit 74680fdCopy full SHA for 74680fd
1 file changed
plugins/hls-class-plugin/src/Ide/Plugin/Class/CodeAction.hs
@@ -185,7 +185,7 @@ minDefToMethodGroups hsc gblEnv methods minDef = makeMethodGroup <$> go minDef
185
186
matchMethod n =
187
map (makeMethodDefinition hsc gblEnv)
188
- $ filter ((== printOutputable n) . printOutputable . fst) methods
+ $ filter ((== n) . fst) methods
189
#if __GLASGOW_HASKELL__ >= 913
190
go (Var lmn) = pure $ matchMethod (unLoc lmn)
191
#else
0 commit comments