blob: 38233250dab32dbb7a362a2aa7868ca7e6dd6d60 [file] [log] [blame]
package p4;
/* Regression test for 1GLBP65: ITPJCORE:WIN2000 - search: type refs - incorrect match */
public class A {
static A A;
}
class X extends p4.A{
void x(){
p4.A.A= A.A; /*1*/
}
}