Skip to content

Commit ddfdc54

Browse files
committed
That one gave a double definition of R which caused problems later.
1 parent 8cb2233 commit ddfdc54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scala3doc-testcases/src/tests/givenDRI.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ given [S <: C]: A[S] with {}
2323
class R:
2424
def a = 1
2525

26-
given R: A[Int] with
26+
given RR: A[Int] with
2727
def a = 2
2828

2929
class S:

0 commit comments

Comments
 (0)