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

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

}