summaryrefslogtreecommitdiff
path: root/test/files/run/sammy_repeated.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/sammy_repeated.scala')
-rw-r--r--test/files/run/sammy_repeated.scala8
1 files changed, 0 insertions, 8 deletions
diff --git a/test/files/run/sammy_repeated.scala b/test/files/run/sammy_repeated.scala
deleted file mode 100644
index c24dc41909..0000000000
--- a/test/files/run/sammy_repeated.scala
+++ /dev/null
@@ -1,8 +0,0 @@
-trait RepeatedSink { def accept(a: Any*): Unit }
-
-object Test {
- def main(args: Array[String]): Unit = {
- val f: RepeatedSink = (a) => println(a)
- f.accept(1)
- }
-} \ No newline at end of file