aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bugs153/pr153490/Goo.java
blob: f68367947fa11f4cc55321185c1dd90d3e0e0b79 (plain)
1
2
3
4
5
6
public class Goo {

	public static void main(String[] args) {
		C.A.TestType pre = C.A.TestType.Pre;
	}
}