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 006fe22 commit 22e4a16Copy full SHA for 22e4a16
tests/pos/insertapply.scala
@@ -0,0 +1,6 @@
1
+class C {
2
+ def apply: C
3
+}
4
+object Test {
5
+ (new C)(22)
6
0 commit comments