blob: 499aced31b4034e42ec6af6027be4b2028f99e6b [file] [log] [blame]
// "Remove 'java.io.IOException' from 'f' throws list" "true"
import java.io.*;
class a {
private void f() throws <caret>IOException {
}
}