blob: a2a8c0f9c339b34c49d3ee7f44e4da77d02ab507 [file] [log] [blame]
public class X
{
public String[] getStrings()
{
if (b)
{
return new String[]
{};
} // << wrong feed
return x;
}
}