File tree 1 file changed +2
-2
lines changed 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3978,8 +3978,8 @@ findDefinitionAndHoverTests = let
3978
3978
spaceL37 = Position 41 24 ; space = [ExpectNoDefinitions , ExpectHoverText [" :: Char" ]]
3979
3979
docL41 = Position 45 1 ; doc = [ExpectHoverText [" Recognizable docs: kpqz" ]]
3980
3980
; constr = [ExpectHoverText [" Monad m" ]]
3981
- eitL40 = Position 44 28 ; kindE = [ExpectHoverText [" :: * -> * -> *\n " ]]
3982
- intL40 = Position 44 34 ; kindI = [ExpectHoverText [" :: *\n " ]]
3981
+ eitL40 = Position 44 28 ; kindE = [ExpectHoverText [if ghcVersion >= GHC92 then " :: Type -> Type -> Type \n " else " :: * -> * -> *\n " ]]
3982
+ intL40 = Position 44 34 ; kindI = [ExpectHoverText [if ghcVersion >= GHC92 then " :: Type \n " else " :: *\n " ]]
3983
3983
tvrL40 = Position 44 37 ; kindV = [ExpectHoverText [" :: * -> *\n " ]]
3984
3984
intL41 = Position 45 20 ; litI = [ExpectHoverText [" 7518" ]]
3985
3985
chrL36 = Position 41 24 ; litC = [ExpectHoverText [" 'f'" ]]
You can’t perform that action at this time.
0 commit comments