We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0cfe6e6 + 3ee1660 commit 9fddb84Copy full SHA for 9fddb84
tests/pos/i5711.scala
@@ -0,0 +1,6 @@
1
+object trace {
2
+ def apply[T](a: String, showOp: Any => String) = 0
3
+ def apply[T](a: Int, log: String => Unit) = 0
4
+
5
+ apply("", res => res.toString)
6
+}
0 commit comments