blob: 5f94bce4da13848767d4cf10b6f3f7e223862548 [file] [log] [blame]
package test0070;
import java.util.*;
public class Test {
public static void main(String[] args) {
Object o = new Object();
boolean b = o instanceof Integer;
}
}