From dbee14fba95480cc8dddeefde573444551827b30 Mon Sep 17 00:00:00 2001 From: Jason Zaugg Date: Sun, 20 May 2012 14:27:49 +0200 Subject: Improve test for SI-5125. Uncomment a line, as was the intent. --- test/files/run/t5125b.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/files/run/t5125b.scala') 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 -- cgit v1.2.3