Skip to content

Commit c18da4d

Browse files
committed
Update neg test
1 parent 184efe1 commit c18da4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/neg/i1641.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package bar { object bippy extends (Double => String) { def apply(x: Double): St
22
package object println { def bippy(x: Int, y: Int, z: Int) = "(Int, Int, Int)" }
33
object Test {
44
def main(args: Array[String]): Unit = {
5-
println(bar.bippy(5.5))
5+
println(bar.bippy(5.5)) // error
66
println(bar.bippy(1, 2, 3)) // error
77
}
88
}

0 commit comments

Comments
 (0)