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