File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
docs/reference/other-new-features Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,8 @@ layout: doc-page
33title : " Named Type Arguments"
44---
55
6+ ** Note:** This feature is implemented in Dotty, but is not expected to be part of Scala 3.0.
7+
68Type arguments of methods can now be named, as well as by position. Example:
79
810``` scala
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ sidebar:
7272 - title : Creator Applications
7373 url : docs/reference/other-new-features/creator-applications.html
7474 - title : Export Clauses
75- url : docs/reference/other-new-features/export.html"
75+ url : docs/reference/other-new-features/export.html
7676 - title : Inlining by Rewriting
7777 url : docs/reference/other-new-features/inline.html
7878 - title : Meta Programming
@@ -83,8 +83,6 @@ sidebar:
8383 url : docs/reference/other-new-features/opaques.html
8484 - title : Auto Parameter Tupling
8585 url : docs/reference/other-new-features/auto-parameter-tupling.html
86- - title : Named Type Arguments
87- url : docs/reference/other-new-features/named-typeargs.html
8886 - title : Erased Terms
8987 url : docs/reference/other-new-features/erased-terms.html
9088 - title : Kind Polymorphism
You can’t perform that action at this time.
0 commit comments