summaryrefslogtreecommitdiff
path: root/test/files/run/t5125b.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t5125b.scala')
-rw-r--r--test/files/run/t5125b.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/t5125b.scala b/test/files/run/t5125b.scala
index 3b3596d8bf..29c08fee4c 100644
--- a/test/files/run/t5125b.scala
+++ b/test/files/run/t5125b.scala
@@ -6,7 +6,7 @@ class C1 {
class C2 {
@scala.annotation.varargs
def f(values:String*) = println("Calling C2.f(): " + values)
- // def g(): String => Int = s => s.hashCode
+ def g(): String => Int = s => s.hashCode
class C3 {
@scala.annotation.varargs