Skip to content
This repository was archived by the owner on Sep 1, 2020. It is now read-only.

Commit dbee14f

Browse files
committed
Improve test for SI-5125.
Uncomment a line, as was the intent.
1 parent 076b1c4 commit dbee14f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/files/run/t5125b.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ class C1 {
66
class C2 {
77
@scala.annotation.varargs
88
def f(values:String*) = println("Calling C2.f(): " + values)
9-
// def g(): String => Int = s => s.hashCode
9+
def g(): String => Int = s => s.hashCode
1010

1111
class C3 {
1212
@scala.annotation.varargs

0 commit comments

Comments
 (0)