blob: 397ea9f585543d77af1880bfee18c3c48863e353 [file] [log] [blame]
package test0597;
import junit.framework.Protectable;
import junit.framework.Test;
public class X {
void m(Test t) {
if (t instanceof Protectable) {}
}
}