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