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