solidity/test/libsolidity/syntaxTests/parsing/fixed_literal_with_double_radix.sol
2022-04-01 23:41:18 -05:00

6 lines
115 B
Solidity

contract A {
fixed40x40 pi = 3.14.15;
}
// ----
// ParserError 2314: (34-37='.15'): Expected ';' but got 'Number'