// "Make 'r' not final" "false" class C { void m() throws Exception { try (AutoCloseable r = null) { r = null; } } }