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