aboutsummaryrefslogtreecommitdiff
path: root/tests/untried/pos/t8376/Test.scala
diff options
context:
space:
mode:
Diffstat (limited to 'tests/untried/pos/t8376/Test.scala')
-rw-r--r--tests/untried/pos/t8376/Test.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/untried/pos/t8376/Test.scala b/tests/untried/pos/t8376/Test.scala
index ba078a353..9440d76fa 100644
--- a/tests/untried/pos/t8376/Test.scala
+++ b/tests/untried/pos/t8376/Test.scala
@@ -5,6 +5,6 @@ class Test {
}
object BindingsY {
- def select1(root: String, steps: String*) = ()
+ def select1(root: String, steps: String*) = ()
def select1(root: Any, steps: String*) = ()
}