diff options
Diffstat (limited to 'testsuite/tests/parser/should_compile/T18834a.stderr')
-rw-r--r-- | testsuite/tests/parser/should_compile/T18834a.stderr | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/testsuite/tests/parser/should_compile/T18834a.stderr b/testsuite/tests/parser/should_compile/T18834a.stderr new file mode 100644 index 0000000000..2fd8f5903d --- /dev/null +++ b/testsuite/tests/parser/should_compile/T18834a.stderr @@ -0,0 +1,15 @@ + +T18834a.hs:6:10: warning: [-Woperator-whitespace-ext-conflict (in -Wdefault)] + The prefix use of a ‘$’ would denote an untyped splice + were the TemplateHaskell extension enabled. + Suggested fix: add whitespace after the ‘$’. + +T18834a.hs:7:10: warning: [-Woperator-whitespace-ext-conflict (in -Wdefault)] + The prefix use of a ‘$$’ would denote a typed splice + were the TemplateHaskell extension enabled. + Suggested fix: add whitespace after the ‘$$’. + +T18834a.hs:8:10: warning: [-Woperator-whitespace-ext-conflict (in -Wdefault)] + The prefix use of a ‘%’ would denote a multiplicity annotation + were the LinearTypes extension enabled. + Suggested fix: add whitespace after the ‘%’. |