aboutsummaryrefslogtreecommitdiffstats
path: root/test/libsolidity/syntaxTests/parsing/fixed_literal_with_double_radix.sol
blob: 0d5734aabe58bd84a7e46d1ab550a7d0ecc64e56 (plain) (blame)
1
2
3
4
5
contract A {
    fixed40x40 pi = 3.14.15;
}
// ----
// ParserError: (34-37): Expected ';' but got 'Number'