public class test {
  public void foo() {
       x;
    int y;
       y;
    { int x;
          x;
          y;
    }
    x;
  }
}
