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.
1 parent fbc9d0a commit 3ee1660Copy full SHA for 3ee1660
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