Skip to content

Commit c5e3652

Browse files
committed
Drop Named Type Arguments from Reference Sidebar
1 parent e42b99e commit c5e3652

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/docs/reference/other-new-features/named-typeargs.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ layout: doc-page
33
title: "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+
68
Type arguments of methods can now be named, as well as by position. Example:
79

810
``` scala

docs/sidebar.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)