solidity/test/libsolidity/syntaxTests/parsing/fixed_literal_with_double_radix.sol
2018-05-09 14:08:25 +02:00

6 lines
104 B
Solidity

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