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