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