blob: cbd64474ab137464c6651ef098b7dc585e3e2f3b [file] [log] [blame]
class ARM {
void f() {
try (AutoCloseable <caret>r = null) {
} finally {}
}
}