Add failing test for missing warnings #507
This commit is contained in:
5
test/data/check-missing-warnings/DesugarWarnings.hs
Normal file
5
test/data/check-missing-warnings/DesugarWarnings.hs
Normal file
@@ -0,0 +1,5 @@
|
||||
module Warnings (zoo) where
|
||||
|
||||
zoo :: [a] -> ()
|
||||
zoo x = case x of
|
||||
[] -> undefined
|
||||
Reference in New Issue
Block a user