https://issues.dlang.org/show_bug.cgi?id=21151
--- Comment #11 from kinke <[email protected]> --- FWIW, in C# this is an error: long a = -5000; ulong b = 2; long c = a / b; // Operator '/' is ambiguous on operands of type 'long' and 'ulong' --
d-bugmail--- via Digitalmars-d-bugs Thu, 13 Aug 2020 12:17:57 -0700
https://issues.dlang.org/show_bug.cgi?id=21151
--- Comment #11 from kinke <[email protected]> --- FWIW, in C# this is an error: long a = -5000; ulong b = 2; long c = a / b; // Operator '/' is ambiguous on operands of type 'long' and 'ulong' --