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