blob: 4982adab593cd3fa0b027218c3b543062d560647 [file] [log] [blame]
public class ThrowingTop {
public void spoil() throws Checked {
}
}