blob: 1a8aeb574aed9ac15d1e23a51ab053c1001d6036 [file] [log] [blame]
package test0376;
class A {
void f() {
A a = ( A ) this;
}
}