September 30, 2018 [Issue 19277] New: storage class used in alias statement has no effect | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=19277 Issue ID: 19277 Summary: storage class used in alias statement has no effect Product: D Version: D2 Hardware: All OS: All Status: NEW Severity: enhancement Priority: P1 Component: dmd Assignee: nobody@puremagic.com Reporter: turkeyman@gmail.com alias T = ref int; void f(T not_a_ref_arg); This is invalid, but it compiles and gives the user no indication that it's mal-formed... -- |
Copyright © 1999-2021 by the D Language Foundation