blob: 45fcb1f6eb1fecabd268487fd13cb1d7a988be8f [file] [log] [blame]
class Test {
byte l;
byte i;
void foo() {
l = i;
}
}