Skip to content

Commit 5d0e611

Browse files
committed
Update v9 feature tracker: attributes and extern on local functions (#1466) merged into draft-v9
1 parent 0686a3d commit 5d0e611

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

admin/v9-feature-tracker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Target-typed conditional expressions ([MS Proposal](https://github.com/dotnet/cs
2222
Covariant return types ([MS Proposal](https://github.com/dotnet/csharplang/blob/main/proposals/csharp-9.0/covariant-returns.md)) | [#1462](https://github.com/dotnet/csharpstandard/pull/1462) | `v9-covariant-return-types` | partially SPEC'D | small | |
2323
Extension GetEnumerator support for foreach loops ([MS Proposal](https://github.com/dotnet/csharplang/blob/main/proposals/csharp-9.0/extension-getenumerator.md)) | [#1472](https://github.com/dotnet/csharpstandard/pull/1472) | `v9-extension-foreach` | SPEC'D | small | N/A |
2424
Lambda discard parameters ([MS Proposal](https://github.com/dotnet/csharplang/blob/main/proposals/csharp-9.0/lambda-discard-parameters.md)) | [#1464](https://github.com/dotnet/csharpstandard/pull/1464) | `v9-lambda-discards` | SPEC'D | small | N/A |
25-
Attributes and extern on local functions ([MS Proposal](https://github.com/dotnet/csharplang/blob/main/proposals/csharp-9.0/local-function-attributes.md)) | [#1466](https://github.com/dotnet/csharpstandard/pull/1466) | `v9-attribute-locations` | SPEC'D | small | Done |
25+
Attributes and extern on local functions ([MS Proposal](https://github.com/dotnet/csharplang/blob/main/proposals/csharp-9.0/local-function-attributes.md)) | [#1466](https://github.com/dotnet/csharpstandard/pull/1466) | `v9-attribute-locations` | Merged | small | Done |
2626
Module initializers ([MS Proposal](https://github.com/dotnet/csharplang/blob/main/proposals/csharp-9.0/module-initializers.md)) | [#1467](https://github.com/dotnet/csharpstandard/pull/1467)| `v9-module-initializers` | SPEC'D | small | Done |
2727
New features for partial methods ([MS Proposal](https://github.com/dotnet/csharplang/blob/main/proposals/csharp-9.0/extending-partial-methods.md)) | [#1468](https://github.com/dotnet/csharpstandard/pull/1468) | `v9-more-partial-methods` | SPEC'D | small | Done |
2828
Target-typed new expressions ([MS Proposal](https://github.com/dotnet/csharplang/blob/main/proposals/csharp-9.0/target-typed-new.md)) | [#1469](https://github.com/dotnet/csharpstandard/pull/1469) | `v9-target-typed-new` | SPEC'D | small | N/A |

0 commit comments

Comments
 (0)