solang-parser 0.2.1

Solang Solidity Parser
Documentation
1
2
3
function f() pure returns (uint) unchecked {}
// ----
// ParserError 5296: (33-42): "unchecked" blocks can only be used inside regular blocks.