blob: 1516ee3b8a6e8f3e472eca9dd5408c479dc616df [file] [log] [blame]
class B {
public static void foo(boolean f) {
Object[] objs = new Object[0];
System.out.println(objs[<caret>9] != null ? Integer.valueOf(objs[9].toString()) : null);
}
}