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; } }