Skip to content

Commit f3b5903

Browse files
committed
Update features classification doc page
1 parent 9a79410 commit f3b5903

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/docs/reference/features-classification.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ These constructs are restricted to make the language safer.
7373
- [Given Imports](contextual/import-delegate.md): implicits now require a special form of import, to make the import clearly visible.
7474
- [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.
7575
- [Multiversal Equality](contextual/multiversal-equality.md) implements an "opt-in" scheme to rule out nonsensical comparisons with `==` and `!=`.
76-
- [@infix and @alpha](https://github.com/lampepfl/dotty/pull/5975)
77-
make method application syntax uniform across code bases and require alphanumeric aliases for all symbolic names (proposed, not implemented).
76+
- [@infix](https://github.com/lampepfl/dotty/pull/5975)
77+
makes method application syntax uniform across code bases.
7878

7979
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`.
8080

0 commit comments

Comments
 (0)