aboutsummaryrefslogtreecommitdiff
path: root/tests/untried/neg/t8376/S.scala
diff options
context:
space:
mode:
Diffstat (limited to 'tests/untried/neg/t8376/S.scala')
-rw-r--r--tests/untried/neg/t8376/S.scala4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/untried/neg/t8376/S.scala b/tests/untried/neg/t8376/S.scala
new file mode 100644
index 000000000..a19f0d3c0
--- /dev/null
+++ b/tests/untried/neg/t8376/S.scala
@@ -0,0 +1,4 @@
+object S {
+ J.m(0)
+ // the error message should show `T*` in the method signatures rather than `<repeated>[T]`
+}