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
@@ -55,7 +55,7 @@ Value classes (superseded by opaque type aliases) are a special case. There are
55
55
These constructs are restricted to make the language safer.
56
56
57
57
-[Implicit Conversions](contextual/conversions.md): there is only one way to define implicit conversions instead of many, and potentially surprising implicit conversions require a language import.
58
-
-[Given Imports](contextual/import-delegate.md): implicits now require a special form of import, to make the import clearly visible.
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
61
-[@infix and @alpha](https://github.com/lampepfl/dotty/pull/5975)
0 commit comments