summaryrefslogtreecommitdiff
path: root/testsuite/tests/parser/should_fail/NoBlockArgumentsFail3.stderr
blob: f6d7dca47aee31e1603926b8de2c5d3cddfae309 (plain)
1
2
3
4
5
6
7

NoBlockArgumentsFail3.hs:7:22: error:
    Unexpected \case expression in function application:
        \case Just 3 -> print x
    Suggested fixes:
      Use parentheses.
      Perhaps you intended to use BlockArguments