aboutsummaryrefslogtreecommitdiffstats
path: root/bcel-builder/testsrc_j8/TypeAnnoOnThrows.java
blob: 113a7a51aec3885fe97ffc4d2bfbdff77440d9f6 (plain)
1
2
3
public class TypeAnnoOnThrows {
  void m() throws @Anno Exception, @Anno(2) Throwable {}
}