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