contract test { bytes a; bytes b; fallback() external { a == b; } } // ---- // TypeError: (56-62): Operator == not compatible with types bytes storage ref and bytes storage ref