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 47223c0 + ac85b8b commit 771b0c0Copy full SHA for 771b0c0
docs/docs/reference/other-new-features/opaques-details.md
@@ -25,7 +25,7 @@ where the lower bound `L` and the upper bound `U` may be missing, in which case
25
Inside the scope of the alias definition, the alias is transparent: `T` is treated
26
as a normal alias of `R`. Outside its scope, the alias is treated as the abstract type
27
```scala
28
-type T >: L <: U`
+type T >: L <: U
29
```
30
A special case arises if the opaque type is defined in an object. Example:
31
0 commit comments