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