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

6 lines
109 B
Solidity
Raw Normal View History

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