HomeSort by relevance Sort by last modified time
    Searched full:exactcheck (Results 1 - 1 of 1) sorted by null

  /art/test/530-instanceof-checkcast/src/
Main.java 19 static Object exactCheck = new ExactCheck();
27 static Object exactArray = new ExactCheck[2];
42 check(true, exactCheck instanceof ExactCheck);
43 check(false, regularObject instanceof ExactCheck);
52 check(true, exactCheck instanceof NormalCheck);
60 check(false, regularObject instanceof ExactCheck[]);
61 check(false, objectArray instanceof ExactCheck[]);
62 check(false, doubleArray instanceof ExactCheck[]);
    [all...]

Completed in 503 milliseconds