summaryrefslogtreecommitdiff
path: root/testsuite/tests/parser/should_fail/NoDoAndIfThenElse.stderr
blob: b175c0ac5e1a7641134c1a73fb192d9072931c17 (plain)
1
2
3
4
5

NoDoAndIfThenElse.hs:7:13:
    Unexpected semi-colons in conditional:
        if True; then return (); else return ()
    Perhaps you meant to use -XDoAndIfThenElse?