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 7e9f1c8 commit 240dd07Copy full SHA for 240dd07
plugins/hls-call-hierarchy-plugin/test/Main.hs
@@ -164,7 +164,7 @@ prepareCallHierarchyTests =
164
selRange = mkRange 1 13 1 14
165
expected = mkCallHierarchyItemC "A" SkConstructor range selRange
166
oneCaseWithCreate contents 1 13 expected
167
- , testGroup "type singature"
+ , testGroup "type signature"
168
[ testCase "next line" $ do
169
let contents = T.unlines ["a::Int", "a=3"]
170
range = mkRange 1 0 1 3
0 commit comments