aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bugs153/pr153490/A2.aj
blob: 7e7f6be625b783d4ff6dae60ca0ae45d87c25ad3 (plain)
1
2
3
4
5
6
7
public aspect A2 {

	public static class C {
		public enum TestType {Pre};		
	}
	
}