solidity/test/libsolidity/syntaxTests/unterminatedBlocks/one_dot.sol

5 lines
127 B
Solidity

contract c {
function f() pure public { 1.
// ----
// ParserError 2314: (47-47): Expected identifier but got end of source