blob: 1cbff3a1272c1682271c106f95f12c70df024a82 [file] [log] [blame]
class Test {
void foo(int i) {
long j = i;
}
}