E1010 Lexer Errors
invalid-number-format
invalid numeric literal format
When this occurs
General number format errors
Example error message
error[E1010]:
invalid number format: multiple decimal points
How to fix
Check your number literal for typos. Ensure it follows valid integer or float format.