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