aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bugs169/pr307009/Test2.java
blob: 335232709bbe3e18c283b6f61574079593db1de8 (plain)
1
2
3
4
5
6
7
public class Test2
{
	@Ann
	public void m2() throws Exception {
		throw new Exception();
	}
}