Skip to content

[spec] return is not an Attribute #4391

@ntrel

Description

@ntrel

return is a MemberFunctionAttribute, and should not be an Attribute. It applies to the this reference, not the return type, so it should be in postfix position.

dmd does not parse the following:

struct S
{
	return void f();
}

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions