blob: f0bd3ca4359e84dd6b77b52beb019ee94c8202dd [file] [log] [blame]
package test0274;
public class Test {
public void foo(int j) {
int i = 0;
while (i < 10) { foo(i++); }
}
}