blob: 01e30516355510d6701c8904f1f7064211023b94 [file] [log] [blame]
class B {
{
Object o;
if (o instanceof String) {
String s = (String) o;
String ss = (String) o;<caret>
}
}
}