aboutsummaryrefslogtreecommitdiff
path: root/tests/untried/neg/t8376.check
diff options
context:
space:
mode:
Diffstat (limited to 'tests/untried/neg/t8376.check')
-rw-r--r--tests/untried/neg/t8376.check7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/untried/neg/t8376.check b/tests/untried/neg/t8376.check
new file mode 100644
index 000000000..22ed942d5
--- /dev/null
+++ b/tests/untried/neg/t8376.check
@@ -0,0 +1,7 @@
+S.scala:2: error: overloaded method value m with alternatives:
+ (a: J*)Unit <and>
+ (a: String*)Unit
+ cannot be applied to (Int)
+ J.m(0)
+ ^
+one error found