byte type has no literal suffix. Integer literals are implicitly converted from int:
byte
int
byte b = 127;