aboutsummaryrefslogtreecommitdiffstats
path: root/test/libsolidity/syntaxTests/parsing/trailing_dot3.sol
blob: 6a126cb3aab4720182c04f6c9e270de7b0e60d34 (plain) (blame)
1
2
3
4
contract test {
    uint a = 2.
// ----
// ParserError: (29-29): Expected identifier but got end of source