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 7385b9e commit e4fd09fCopy full SHA for e4fd09f
tests/pos/i3189.scala
@@ -0,0 +1,3 @@
1
+class Test[A](action: A => A) {
2
+ def this() = this(a => a)
3
+}
0 commit comments