Skip to content

Commit ea6385b

Browse files
authored
doc(overview): link to @alpha/@infix in doc
1 parent 1f18dac commit ea6385b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/reference/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ These constructs are restricted to make the language safer.
5858
- [Given Imports](contextual/given-imports.md): implicits now require a special form of import, to make the import clearly visible.
5959
- [Type Projection](dropped-features/type-projection.md): only classes can be used as prefix `C` of a type projection `C#A`. Type projection on abstract types is no longer supported since it is unsound.
6060
- [Multiversal Equality](contextual/multiversal-equality.md) implements an "opt-in" scheme to rule out nonsensical comparisons with `==` and `!=`.
61-
- [@infix and @alpha](https://github.com/lampepfl/dotty/pull/5975)
61+
- [@infix and @alpha](changed-features/operators.md)
6262
make method application syntax uniform across code bases and require alphanumeric aliases for all symbolic names (proposed, not implemented).
6363

6464
Unrestricted implicit conversions continue to be available in Scala 3.0, but will be deprecated and removed later. Unrestricted versions of the other constructs in the list above are available only under `-source 3.0-migration`.

0 commit comments

Comments
 (0)