Skip to content

Commit 3d1d299

Browse files
authored
Merge pull request #14862 from dotty-staging/test-8424
Regression test for #8424
2 parents 99a31f7 + 990ccba commit 3d1d299

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

tests/pos/i8424.scala

+9
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)