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 6e32627 commit a718b5cCopy full SHA for a718b5c
docs/_docs/reference/contextual/context-bounds.md
@@ -131,7 +131,7 @@ done automatically under `-rewrite`.
131
132
## Context Bounds for Polymorphic Functions
133
134
-From Scala 3.6 on, context bounds can also be used in polymorphic function types and polymorphic function literals:
+From Scala 3.7 on, context bounds can also be used in polymorphic function types and polymorphic function literals:
135
136
```scala
137
type Comparer = [X: Ord] => (x: X, y: X) => Boolean
@@ -208,4 +208,4 @@ The syntax for abstract type members is generalized as follows to allow context
208
209
210
TypeDef ::= id [TypeParamClause] TypeAndCtxBounds
211
-```
+```
0 commit comments