You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/docs/reference/overview.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,7 @@ These constructs are restricted to make the language safer.
58
58
-[Given Imports](contextual/given-imports.md): implicits now require a special form of import, to make the import clearly visible.
59
59
-[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.
60
60
-[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)
62
62
make method application syntax uniform across code bases and require alphanumeric aliases for all symbolic names (proposed, not implemented).
63
63
64
64
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