class Test { byte l; byte i; void foo() { l = i; } }