solang-parser 0.2.1

Solang Solidity Parser
Documentation
1
2
3
4
5
contract C {
    function() external immutable f;
}
// ----
// TypeError 3366: (17-48): Immutable variables of external function type are not yet supported.