// "Cast argument to 'byte'" "true-preview" enum E { A((byte) 1); E(byte b) {} }