You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is not a regression. Downgrading to "normal". Ultimately, this is probably an enhancement request, unless the spec states that the type should be `double`.
Илья Ярошенко reported this on 2019-08-22T14:29:44Z
Transferred from https://issues.dlang.org/show_bug.cgi?id=20152
CC List
Description
void main() { const double a = 1, b = 2; pragma(msg, typeof(a * b)); } prints `const(double)` expected result: `double`The text was updated successfully, but these errors were encountered: