blob: b5ab87da8f4aba7d667286c376f4aed4a864e2d6 [file] [log] [blame]
class Foo {
void test(Object o) {
o <caret>
}
}