class Test { void m() { String s = ""; try (s) { System.out.println(s); } } }