blob: 3f5dc2f679740257ad77634d255a52af852dc4ae [file] [log] [blame]
package x;
class S {
public void f() {
int i;
int j;
f();
int k;
}
}