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.scala6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/pending/pos/t4176b.scala b/tests/pending/pos/t4176b.scala
index 11914c50c..f7d83365c 100644
--- a/tests/pending/pos/t4176b.scala
+++ b/tests/pending/pos/t4176b.scala
@@ -1,5 +1,5 @@
object Test {
- def foo(a: String*) = a
- val fooEta = foo _
- (foo: Seq[String] => Seq[String])
+ def foo(a: String*) = a
+ val fooEta = foo _
+ (foo: Seq[String] => Seq[String])
}