blob: 5258afab08792dcb25188c6ed5411e0f9489b4d0 [file] [log] [blame]
package p;
class A{
void m(){
int j= 1;
int yy= j;
}
}