// "Remove 'IOException' from 'f' throws list" "true" import java.io.*; class a { private void f() throws IOException { if (false) f(); } }