solidity/test/libsolidity/syntaxTests/unchecked/unchecked_function_body.sol

4 lines
143 B
Solidity
Raw Normal View History

2020-09-30 22:13:03 +00:00
function f() pure returns (uint) unchecked {}
// ----
// ParserError 5296: (33-42): "unchecked" blocks can only be used inside regular blocks.