blob: 5aacfa7a3067e0fcf8b670b21603bb6fee0defac [file] [log] [blame]
package p;
class A{
A aField= this;
{
A aTemp= this;
}
void f(){
A a= this;
}
}