solidity/test/libsolidity/syntaxTests/parsing/fixed_literal_with_double_radix.sol

6 lines
109 B
Solidity

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