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