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
I found these pathlogical examples pass the lexer:
---
void main()
{
assert(01 == 1); // can compile and run.
assert(010 == 8); // Error: octal literals 010 are no longer supported, use std.conv.octal!10 instead
}
---
The text was updated successfully, but these errors were encountered:
Hiroki Noda (@kubo39) reported this on 2018-07-08T13:06:25Z
Transferred from https://issues.dlang.org/show_bug.cgi?id=19070
CC List
Description
The text was updated successfully, but these errors were encountered: