Skip to content

Commit

Permalink
test: add test documenting #806 (#4292)
Browse files Browse the repository at this point in the history
Co-authored-by: soulomoon <[email protected]>
  • Loading branch information
develop7 and soulomoon authored Jun 9, 2024
1 parent 82da337 commit 52c953c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/hls-refactor-plugin/test/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -3112,6 +3112,7 @@ addSigActionTests = let
, "(!!!) a b = a > b" >:: "(!!!) :: Ord a => a -> a -> Bool"
, "a >>>> b = a + b" >:: "(>>>>) :: Num a => a -> a -> a"
, "a `haha` b = a b" >:: "haha :: (t1 -> t2) -> t1 -> t2"
, "hello = print" >:: "hello :: GHC.Types.Any -> IO ()" -- Documents current behavior outlined in #806
, "pattern Some a = Just a" >:: "pattern Some :: a -> Maybe a"
, "pattern Some a <- Just a" >:: "pattern Some :: a -> Maybe a"
, "pattern Some a <- Just a\n where Some a = Just a" >:: "pattern Some :: a -> Maybe a"
Expand Down

0 comments on commit 52c953c

Please sign in to comment.