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.
1 parent c1612fa commit d431348Copy full SHA for d431348
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