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.

VoidFieldDeclarationCE.java 181B

12345678
  1. /** @testcase inter-type declaration of void field */
  2. public class VoidFieldDeclarationCE {
  3. }
  4. aspect A {
  5. public void VoidFieldDeclarationCE.bug; // CE 46 invalid field type
  6. }