https://issues.dlang.org/show_bug.cgi?id=22912
--- Comment #1 from Walter Bright <[email protected]> --- Replacing `my_long` with `long` works: void fn2() { long x = (long) (fn1) (); } --
d-bugmail--- via Digitalmars-d-bugs Wed, 23 Mar 2022 00:00:00 -0700
https://issues.dlang.org/show_bug.cgi?id=22912
--- Comment #1 from Walter Bright <[email protected]> --- Replacing `my_long` with `long` works: void fn2() { long x = (long) (fn1) (); } --