blob: 8c4d38e8ef0aaf52ae55f2da828f70ffbde518f6 [file] [log] [blame]
public class Test {
void test(String s) {
if (s == null) s = ""; //$NON-NLS-1$
}
}