blob: 49b5a1cdf64d9470fcc887a2e52455d4a8812437 [file] [log] [blame]
public class A {
void f() {
new My() {
public void f() {
int i = 9;
int j = 9;
}
};
new My() {
public void f() {
l();
l();
}
};
}
}