summaryrefslogblamecommitdiff
path: root/test/files/jvm/throws-annot-from-java/ThrowsDeclaration_2.java
blob: 3708fe626be5a5c8e738c63360dc43571186c040 (plain) (tree)
1
2
3
4
5
6





                                                          
package test;

public class ThrowsDeclaration_2 {
	public void foo() throws IllegalStateException {};
	public void bar() throws PolymorphicException {};
}