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 9d4e8fd commit a02cbe4Copy full SHA for a02cbe4
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