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