summaryrefslogtreecommitdiffstats
path: root/tests/bugs153/pr153572/Main.java
blob: e0dc601cd5418625e3327943a8b045654e84579a (plain)
1
2
3
4
5
6
7
public class Main {
	
	public static void main(String[] args) {
		new Annotated();
	}
	
}