solidity/test/libsolidity/syntaxTests/parsing/fixed_literal_with_double_radix.sol
2020-01-08 16:12:06 +01:00

6 lines
104 B
Solidity

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