blob: 2f6f1ebef791d110da4e5110a876ea0b7e62ab69 [file] [log] [blame]
class MyClass {
void f() {
try (AutoCloseable<caret>) {
}
}
}