[Issue 24024] cannot pass class this to ref class

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Jul 5 06:44:19 UTC 2023


https://issues.dlang.org/show_bug.cgi?id=24024

--- Comment #2 from Walter Bright <bugzilla at digitalmars.com> ---
Looking into the code, the reason the match fails is because `this` for a class
is considered only an rvalue, not an lvalue.

--


More information about the Digitalmars-d-bugs mailing list