aboutsummaryrefslogtreecommitdiff
path: root/tests/pending/pos/t4176b.scala
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pending/pos/t4176b.scala')
-rw-r--r--tests/pending/pos/t4176b.scala5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/pending/pos/t4176b.scala b/tests/pending/pos/t4176b.scala
deleted file mode 100644
index f7d83365c..000000000
--- a/tests/pending/pos/t4176b.scala
+++ /dev/null
@@ -1,5 +0,0 @@
-object Test {
- def foo(a: String*) = a
- val fooEta = foo _
- (foo: Seq[String] => Seq[String])
-}