aboutsummaryrefslogblamecommitdiffstats
path: root/test/libsolidity/syntaxTests/nameAndTypeResolution/498_msg_gas_deprecated.sol
blob: 5efecd224d123fca50deef410d20f9b4f1a7d6f6 (plain) (tree)
1
2
3
4
5



                                                                      
                                                                            
contract C {
    function f() public view returns (uint256 val) { return msg.gas; }
}
// ----
// TypeError: (73-80): "msg.gas" has been deprecated in favor of "gasleft()"