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 5017f8b commit c70d59bCopy full SHA for c70d59b
tests/pos/i4854.scala
@@ -0,0 +1,5 @@
1
+class C {
2
+ def f(x: Int): Unit = ()
3
+ val f: String => Unit = s => ()
4
+ f("a")
5
+}
0 commit comments