Skip to content

Commit 53ca3cc

Browse files
committed
C#: Update changenotes
1 parent 84bce9f commit 53ca3cc

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

change-notes/1.25/analysis-csharp.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,13 @@ The following changes in version 1.25 affect C# analysis in all applications.
1818

1919
## Changes to code extraction
2020

21+
* Index initializers, of the form `{ [1] = "one" }`, are extracted correctly. Previously, the kind of the
22+
expression was incorrect, and the index was not extracted.
23+
2124
## Changes to libraries
2225

2326
* The class `UnboundGeneric` has been refined to only be those declarations that actually
24-
have type parameters. This means that non-generic nested types inside construced types,
27+
have type parameters. This means that non-generic nested types inside constructed types,
2528
such as `A<int>.B`, no longer are considered unbound generics. (Such nested types do,
2629
however, still have relevant `.getSourceDeclaration()`s, for example `A<>.B`.)
2730

0 commit comments

Comments
 (0)