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

[email protected] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|dmd                         |dlang.org

--- Comment #2 from [email protected] ---
Changing the component to the spec because this issue most likely isn't fixable
on the compiler side. `_0` is a valid identifier and hence would introduce an
ambiguity for `1._0L` (is it a double literal or UFCS call `_0(1)`?)

--

Reply via email to