// "Replace explicit type with 'var'" "true" import java.io.*; class Main { void m(InputStream s) { try (InputStream in = s) {} } }