blob: 562b8b249b0938ac98cf373527ee8ced2a2e6666 [file] [log] [blame]
void foo() {
{
i= 4;
}
System.out.println();
j= 5;
}
void foo2() {
{
i= 4;
}
System.out.println();
j= 5;
}