aboutsummaryrefslogtreecommitdiff
path: root/libjava/testsuite/libjava.compile/consthrow.java
blob: 02d1afc01dda4f63e9c87cd2f430568ca58abe77 (plain)
1
2
3
4
5
6
public class consthrow
{
  public consthrow () throws Object
  {
  }
}