aboutsummaryrefslogtreecommitdiffstats
path: root/test/libsolidity/syntaxTests/nameAndTypeResolution/370_shift_constant_left_excessive_rvalue.sol
blob: e23c7a84a6f0b95502d121fba36db1c33278bb8b (plain) (blame)
1
2
3
4
5
contract C {
    uint public a = 0x42 << 0x100000000;
}
// ----
// TypeError: (33-52): Operator << not compatible with types int_const 66 and int_const 4294967296