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.
2 parents a5c01eb + d431348 commit d13bd1bCopy full SHA for d13bd1b
docs/docs/reference/new-types/union-types-spec.md
@@ -71,6 +71,7 @@ Given
71
```scala
72
trait C[+T]
73
trait D
74
+trait E
75
class A extends C[A] with D
76
class B extends C[B] with D with E
77
```
0 commit comments