Skip to content

Commit 65cf088

Browse files
committed
rebase and merbe
1 parent 3509f8c commit 65cf088

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docfx.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,7 @@
7777
"csharp-9.0/nullable-reference-types-specification.md",
7878
"csharp-9.0/nullable-constructor-analysis.md",
7979
"csharp-9.0/nullable-parameter-default-value-analysis.md",
80-
"csharp-9.0/skip-localsinit.md",
81-
"csharp-9.0/variance-safety-for-static-interface-members.md"
80+
"csharp-9.0/skip-localsinit.md"
8281
]
8382
},
8483
{

docs/csharp/specification/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,8 @@ items:
223223
items:
224224
- name: Default interface methods
225225
href: ../../../_csharplang/proposals/csharp-8.0/default-interface-methods.md
226+
- name: Variance safety for static interface members
227+
href: ../../../_csharplang/proposals/csharp-9.0/variance-safety-for-static-interface-members.md
226228
- name: Static abstracts in interfaces
227229
href: ../../../_csharplang/proposals/csharp-11.0/static-abstracts-in-interfaces.md
228230
- name: Allow ref struct interfaces

0 commit comments

Comments
 (0)