blob: 3faabb5de02968a3362effb0e3be7208591624a1 [file] [log] [blame]
package p;
class A {
void f(){
A a= ( A )this;
}
}