[Issue 1866] Couple of reflection bugs (.stringof)
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Tue Aug 27 05:10:45 UTC 2019
https://issues.dlang.org/show_bug.cgi?id=1866
RazvanN <razvan.nitu1305 at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |razvan.nitu1305 at gmail.com
Resolution|--- |WORKSFORME
--- Comment #2 from RazvanN <razvan.nitu1305 at gmail.com> ---
I just ran the initial bug report and what I get is:
"foo!int"
"foo!int"
"foo2"
"foo2"
"tuple(a, __b_field_0, __b_field_1, c)"
a
__b_field_0
__b_field_1
c
Which is the correct output. Closing as WORKSFORME.
--
More information about the Digitalmars-d-bugs
mailing list