aboutsummaryrefslogblamecommitdiffstats
path: root/test/libsolidity/syntaxTests/nameAndTypeResolution/202_bytes_reference_compare_operators.sol
blob: 711b794c16d16035e0b96dedc04e9352c64e2216 (plain) (tree)
1
2
3
                                                                   
       
                                                                                                    
contract test { bytes a; bytes b; function() external { a == b; } }
// ----
// TypeError: (56-62): Operator == not compatible with types bytes storage ref and bytes storage ref