summaryrefslogtreecommitdiff
path: root/test/files/neg/t752.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/t752.check')
-rw-r--r--test/files/neg/t752.check6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/files/neg/t752.check b/test/files/neg/t752.check
new file mode 100644
index 0000000000..a91bba46ea
--- /dev/null
+++ b/test/files/neg/t752.check
@@ -0,0 +1,6 @@
+t752.scala:6: error: type mismatch;
+ found : String => Unit
+ required: Int => Unit
+ f(g _)
+ ^
+one error found