blob: 6a11196a164af21892322ec1f26a03121a157269 [file] [log] [blame]
public class C {
{
Object o = getO();
String s;
if (o == null)
s = "";
else s = <selection>o.toString()</selection>;
}
}