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