October 18 [Issue 24821] New: Can't return void from constructors | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=24821 Issue ID: 24821 Summary: Can't return void from constructors Product: D Version: D2 Hardware: All OS: All Status: NEW Severity: normal Priority: P1 Component: dmd Assignee: nobody@puremagic.com Reporter: maxsamukha@gmail.com void foo(); class A { this() => foo(); // fail } Error: cannot return expression from constructor -- |
Copyright © 1999-2021 by the D Language Foundation