blob: 497e3135a74af0ac49fbf01c9bb48effc7f0bf0c [file] [log] [blame]
public class Test {
void foo(Object o) {
if (o instanceof String) {
Integer i = Integer.c<caret>lass.cast(o);
}
}
}