aboutsummaryrefslogtreecommitdiffstats
path: root/test/libsolidity/syntaxTests/unterminatedBlocks/zero_dot.sol
blob: 6ba2b4c22f4f8175a44a9fc4c9a77c20178b56f9 (plain) (blame)
1
2
3
4
contract c {
    function f() pure public { 0.
// ----
// ParserError: (47-47): Expected identifier but got end of source