blob: 1efa1dd9562fe0f751b4061910a899962d95f866 [file] [log] [blame]
package test0317;
import java.util.Vector;
public class Test {
public boolean foo(Object x) {
return x instanceof Vector;
}
}