// "Delete catch for 'java.io.IOException'" "true-preview" import java.io.*; class c { void f() { int id = 0; try { } catch (Exception e) { } } }