blob: 69fd5828f9207b796dfcd31fe25c5784f8cdd0fd [file] [log] [blame]
package test0289;
import java.util.*;
public class Test {
String[] tab1 = new String[] { null} ;
String s = /**/tab1[0]/**/;
}