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.
R
1 parent 8cb2233 commit ddfdc54Copy full SHA for ddfdc54
scala3doc-testcases/src/tests/givenDRI.scala
@@ -23,7 +23,7 @@ given [S <: C]: A[S] with {}
23
class R:
24
def a = 1
25
26
-given R: A[Int] with
+given RR: A[Int] with
27
def a = 2
28
29
class S:
0 commit comments