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 d78b8c0 + ca34019 commit 61ea245Copy full SHA for 61ea245
docs/docs/reference/other-new-features/opaques.md
@@ -40,6 +40,7 @@ following operations would be valid because they use functionality implemented i
40
41
```scala
42
val l = Logarithm(1.0)
43
+ val l2 = Logarithm(2.0)
44
val l3 = l * l2
45
val l4 = l + l2
46
```
0 commit comments