1 package test.nested.foo; 2 3 public class AccountTypeEnum { 4 5 public static final AccountTypeEnum ClearingMember = null; 6 7 } 8