Skip to content

Suppression operator on L-values #27522

@jcouv

Description

@jcouv
  • M(out x!); (note this also definitely assigns to x through the !)
  • M(out (x!));
  • M(out (RefReturning()!));
  • x! = y;
  • M(out string x!);

Current implementation is to allow in out scenarios, but disallow in assignment scenarios.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions