We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d3083b commit 990ccbaCopy full SHA for 990ccba
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