blob: 3a155f6e17e1b9fee00fd816d6fefb51517fafd9 [file] [log] [blame]
public class PR12915 {
public static void main(String[] args)
{
System.out.println(((String) null) + "");
}
}