gcc/libjava/testsuite/libjava.compile/consthrow.java

7 lines
71 B
Java

public class consthrow
{
public consthrow () throws Object
{
}
}