blob: 54ad84c6e00f369a658a2ce23ee8bc7bbd7c4656 [file] [log] [blame]
public class Test {
void foo(Object o) {
if (o instanceof String) {
Integer i = Integer.class.ca<caret>st(o);
}
}
}