You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

MissingPackageCE.java 154B

12345
  1. package ; // CE 2 identifier expected for package name
  2. /** @testcase PUREJAVA PR#723 missing package identifier */
  3. public class MissingPackageCE {}