mirror of https://github.com/icsharpcode/ILSpy.git
Browse Source
MatchArrayInitializerFinal selects the operator by its return type, so the block's result type is that return type. The declaring type only happens to be the same one for the two array-to-span operators; Span<T> also declares the conversion to ReadOnlySpan<T>. Assisted-by: Claude:claude-opus-5:Claude Codepull/4091/head
1 changed files with 2 additions and 2 deletions
Loading…
Reference in new issue