blob: e3ece2d7d8f88929c51f735e3da02321a1cdf30b [file] [log] [blame]
class B {
{
Object o;
if (o instanceof String) {
String s = (String) o;
String ss = s;
}
}
}