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

6 lines
104 B
Solidity
Raw Normal View History

2018-05-02 19:49:59 +00:00
contract A {
fixed40x40 pi = 3.14.15;
}
// ----
2018-05-09 11:15:27 +00:00
// ParserError: (34-37): Expected ';' but got 'Number'