blob: b08d199cd53e7cbeacf451a510afee9e3a911da6 [file] [log] [blame]
public class A {
void test() {
int j = 0;
}
void callTest() {
test();
}
}