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
3
3
title : " Named Type Arguments"
4
4
---
5
5
6
+ ** Note:** This feature is implemented in Dotty, but is not expected to be part of Scala 3.0.
7
+
6
8
Type arguments of methods can now be named, as well as by position. Example:
7
9
8
10
``` scala
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ sidebar:
72
72
- title : Creator Applications
73
73
url : docs/reference/other-new-features/creator-applications.html
74
74
- title : Export Clauses
75
- url : docs/reference/other-new-features/export.html"
75
+ url : docs/reference/other-new-features/export.html
76
76
- title : Inlining by Rewriting
77
77
url : docs/reference/other-new-features/inline.html
78
78
- title : Meta Programming
@@ -83,8 +83,6 @@ sidebar:
83
83
url : docs/reference/other-new-features/opaques.html
84
84
- title : Auto Parameter Tupling
85
85
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
88
86
- title : Erased Terms
89
87
url : docs/reference/other-new-features/erased-terms.html
90
88
- title : Kind Polymorphism
You can’t perform that action at this time.
0 commit comments