summaryrefslogtreecommitdiff
path: root/testsuite/tests/parser/should_compile/T18834b.hs
blob: 8a020b8b5f1913247819f4290a73e5424acb133d (plain)
1
2
3
4
5
6
7
8
{-# OPTIONS -Woperator-whitespace #-}

module T18834b where

f a b = a+ b
g a b = a +b
h a b = a+b
k a b = a + b  -- this one is OK, no warning