Skip to content

Support ref field assignment in object initializers #62120

@cston

Description

@cston
ref struct R<T>
{
    public ref T F;
}

int i = 0;
var r = new R<int> { F = ref i };

See LDM notes.

Relates to test plan #59194

Metadata

Metadata

Assignees

Type

No type

Projects

Status

Active/Investigating

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions