proposed @noreturn attribute

Walter Bright via Digitalmars-d digitalmars-d at puremagic.com
Sun Jul 9 14:32:31 PDT 2017


On 7/9/2017 1:24 PM, Meta wrote:
> Another case that we should probably just statically disallow:
> 
> alias ImmutableBottom = immutable Bottom; //Ditto for shared, const, etc.
> 
> This obviously doesn't make any sense anyway.



Wouldn't `immutable(Bottom)` simply resolve to `Bottom`?


More information about the Digitalmars-d mailing list