summaryrefslogtreecommitdiffstats
path: root/tests/bugs153/pr153490/C.java
blob: 86cf7793b5c1f7c9c8d40b274d6a814dc2476f96 (plain)
1
2
3
4
5
6
7
public class C {

	static aspect A {
		public enum TestType {Pre};
	}

}