blob: b91ba7c1fe8f01c951afb957f6fb5aee30005316 [file] [log] [blame]
// "Suppress for method" "true"
import java.io.IOException;
class a {
/** @noinspection RedundantThrowsDeclaration*/
private void run() throws <caret>IOException{
}
}