blob: 34b3ec9fef8c753c04075f435413244bd5bdd9d9 [file] [log] [blame]
package test0076;
import java.util.*;
public class Test {
public static void main(String[] args) {
boolean b = args != null ? true : false;
}
}