aboutsummaryrefslogtreecommitdiff
path: root/tests/untried/neg/eta-expand-star.check
diff options
context:
space:
mode:
Diffstat (limited to 'tests/untried/neg/eta-expand-star.check')
-rw-r--r--tests/untried/neg/eta-expand-star.check4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/untried/neg/eta-expand-star.check b/tests/untried/neg/eta-expand-star.check
new file mode 100644
index 000000000..6765d504f
--- /dev/null
+++ b/tests/untried/neg/eta-expand-star.check
@@ -0,0 +1,4 @@
+eta-expand-star.scala:6: error: too many arguments for method apply: (v1: Seq[T])Unit in trait Function1
+ g(1, 2)
+ ^
+one error found