blob: ea621bfa8ecdf17f8592dbe0c33fa3446348af53 [file] [log] [blame]
package test0077;
import java.util.*;
public class Test {
public static void main(String[] args) {
int i = true ? args.length: 0;
}
}