We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 99a31f7 + 990ccba commit 3d1d299Copy full SHA for 3d1d299
tests/pos/i8424.scala
@@ -0,0 +1,9 @@
1
+
2
+trait T
3
+trait U
4
5
+class Test(x: Any)(using val t: T = ???)(using val u: U = ???, disregard: Any = ???)
6
7
+object Test {
8
+ def apply() = new Test(???)
9
+}
0 commit comments