aboutsummaryrefslogtreecommitdiffstats
path: root/test/libsolidity/syntaxTests/nameAndTypeResolution/495_builtin_ripemd160_reject_gas.sol
blob: 5884e212aeea2a0bc382f5163e3a78ea076dc944 (plain) (blame)
1
2
3
4
5
6
7
contract C {
    function f() public {
        ripemd160.gas();
    }
}
// ----
// TypeError: (47-60): Member "gas" not found or not visible after argument-dependent lookup in function (bytes memory) pure returns (bytes20)