[Issue 22895] New: importC: exponent parsed as member access
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Fri Mar 18 04:51:37 UTC 2022
https://issues.dlang.org/show_bug.cgi?id=22895
Issue ID: 22895
Summary: importC: exponent parsed as member access
Product: D
Version: D2
Hardware: All
OS: All
Status: NEW
Keywords: ImportC, rejects-valid
Severity: normal
Priority: P1
Component: dmd
Assignee: nobody at puremagic.com
Reporter: duser at neet.fi
double x = 1.e6;
Error: `e6` is not a member of `int`
--
More information about the Digitalmars-d-bugs
mailing list