Even though code conversion of `byte b = 10; b &lt...
# announcements
d
Even though code conversion of
byte b = 10; b << 7
evalutes to
val b : Byte = 10; (b shl 7).toByte()