blob: 41164ea97600e38d9180b1bace9f0590c251553a [file] [log] [blame]
import java.io.*;
class Test {
private static InputStream getInputUnchecked(InputStream inputSupplier) throws IOException {
InputStream in;
try {
in = null;
}
catch (IOException e) {
throw new IOException();
}
return i<caret>n;
}
}