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 a0e3189 commit bf81cf3Copy full SHA for bf81cf3
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